/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Framework
NameSizeModeActions
Assert/-0755rm
Attributes/-0755rm
Constraint/-0755rm
Exception/-0755rm
MockObject/-0755rm
TestSize/-0755rm
TestStatus/-0755rm
Assert.php686030644editdlrm
DataProviderTestSuite.php20570644editdlrm
ExecutionOrderDependency.php50140644editdlrm
Reorderable.php7720644editdlrm
SelfDescribing.php6310644editdlrm
Test.php4820644editdlrm
TestBuilder.php105390644editdlrm
TestCase.php741970644editdlrm
TestRunner.php161420644editdlrm
TestSuite.php192860644editdlrm
TestSuiteIterator.php18910644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Framework/SelfDescribing.php (631B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Framework; /** * @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 SelfDescribing { /** * Returns a string representation of the object. */ public function toString(): string; }