File Manager

Path: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/Enum/

Viewing File: ClassName.php

<?php

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

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