X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/phpunit/php-code-coverage/src
home
/
prisjneg
/
public_html
/
vendor
/
phpunit
/
php-code-coverage
/
src
/
📁
..
📄
CodeCoverage.php
(17.39 KB)
📁
Data
📁
Driver
📁
Exception
📄
Filter.php
(3.18 KB)
📁
Node
📁
Report
📁
StaticAnalysis
📁
TestSize
📁
TestStatus
📁
Util
📄
Version.php
(665 B)
Editing: Version.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; use function dirname; use SebastianBergmann\Version as VersionId; final class Version { private static string $version = ''; public static function id(): string { if (self::$version === '') { self::$version = (new VersionId('10.1.16', dirname(__DIR__)))->asString(); } return self::$version; } }
Upload File
Create Folder