/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli
NameSizeModeActions
Builder.php374000644editdlrm
Configuration.php609900644editdlrm
Exception.php6020644editdlrm
XmlConfigurationFileFinder.php19010644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/TextUI/Configuration/Cli/Exception.php (602B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\TextUI\CliArguments; use RuntimeException; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @internal This class is not covered by the backward compatibility promise for PHPUnit */ final class Exception extends RuntimeException implements \PHPUnit\Exception { }