X7ROOT File Manager
Current Path:
/opt/cpanel/ea-wappspector/vendor/phpunit/php-code-coverage/src/TestStatus
opt
/
cpanel
/
ea-wappspector
/
vendor
/
phpunit
/
php-code-coverage
/
src
/
TestStatus
/
??
..
??
Failure.php
(604 B)
??
Known.php
(528 B)
??
Success.php
(604 B)
??
TestStatus.php
(1.18 KB)
??
Unknown.php
(609 B)
Editing: Failure.php
<?php declare(strict_types=1); /* * This file is part of phpunit/php-code-coverage. * * (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 SebastianBergmann\CodeCoverage\Test\TestStatus; /** * @psalm-immutable */ final class Failure extends Known { /** * @psalm-assert-if-true Failure $this */ public function isFailure(): bool { return true; } public function asString(): string { return 'failure'; } }
Upload File
Create Folder