PHP 8.2.30
Preview: Version.php Size: 664 B
/home/byroehnu/easetack.com/vendor/phpunit/php-code-coverage/src/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('11.0.9', dirname(__DIR__)))->asString();
        }

        return self::$version;
    }
}

Directory Contents

Dirs: 9 × Files: 3

Name Size Perms Modified Actions
Data DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Driver DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Exception DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Node DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Report DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
TestSize DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
Util DIR
- drwxrwxrwx 2025-05-16 16:14:48
Edit Download
17.34 KB lrw-rw-rw- 2025-02-25 13:26:39
Edit Download
2.22 KB lrw-rw-rw- 2025-02-25 13:26:39
Edit Download
664 B lrw-rw-rw- 2025-02-25 13:26:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).