
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

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

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