%PDF- %PDF-
| Direktori : /proc/self/root/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Enum/ |
| 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';
}