PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phpunit
/
phpunit
/
src
/
TextUI
/
Configuration
/
Exception
<?php declare(strict_types=1); /* * This file is part of PHPUnit. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\TextUI\Configuration; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit * * @internal This interface is not covered by the backward compatibility promise for PHPUnit */ interface Exception extends \PHPUnit\TextUI\Exception { }
[-] CodeCoverageReportNotConfiguredException.php
[edit]
[-] NoCoverageCacheDirectoryException.php
[edit]
[-] NoPharExtensionDirectoryException.php
[edit]
[-] NoConfigurationFileException.php
[edit]
[+]
..
[-] LoggingNotConfiguredException.php
[edit]
[-] NoCliArgumentException.php
[edit]
[-] NoBaselineException.php
[edit]
[-] NoCustomCssFileException.php
[edit]
[-] FilterNotConfiguredException.php
[edit]
[-] NoBootstrapException.php
[edit]
[-] NoCacheDirectoryException.php
[edit]
[-] ConfigurationCannotBeBuiltException.php
[edit]
[-] Exception.php
[edit]
[-] CannotFindSchemaException.php
[edit]
[-] NoDefaultTestSuiteException.php
[edit]