X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/phpunit/php-code-coverage/src/TestStatus
home
/
prisjneg
/
public_html
/
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: Success.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 Success extends Known { /** * @psalm-assert-if-true Success $this */ public function isSuccess(): bool { return true; } public function asString(): string { return 'success'; } }
Upload File
Create Folder