PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-phpunit
/
src
/
Enum
<?php declare (strict_types=1); namespace Rector\PHPUnit\Enum; final class ConsecutiveVariable { /** * @var string */ public const MATCHER = 'matcher'; /** * @var string */ public const PARAMETERS = 'parameters'; }
[+]
..
[-] ConsecutiveVariable.php
[edit]
[-] AssertMethod.php
[edit]
[-] ConsecutiveMethodName.php
[edit]