PHP 8.3.31
Preview: DataFromTestDependency.php Size: 662 B
/home/getspomw/royalsquad.us/vendor/phpunit/phpunit/src/Event/Value/Test/TestData/DataFromTestDependency.php

<?php declare(strict_types=1);
/*
 * This file is part of PHPUnit.
 *
 * (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 PHPUnit\Event\TestData;

/**
 * @immutable
 *
 * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
 */
final readonly class DataFromTestDependency extends TestData
{
    public static function from(string $data): self
    {
        return new self($data);
    }

    public function isFromTestDependency(): true
    {
        return true;
    }
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
1.44 KB lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
662 B lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
964 B lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
2.01 KB lrw-rw-rw- 2025-09-17 06:53:12
Edit Download
1.17 KB lrw-rw-rw- 2025-09-17 06:53:12
Edit Download

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