PHP 8.3.31
Preview: TestSuiteFinishedSubscriber.php Size: 795 B
/home/getspomw/royalsquad.us/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSuiteFinishedSubscriber.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\Runner\ResultCache;

use PHPUnit\Event\TestSuite\Finished;
use PHPUnit\Event\TestSuite\FinishedSubscriber;

/**
 * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
 *
 * @internal This class is not covered by the backward compatibility promise for PHPUnit
 */
final readonly class TestSuiteFinishedSubscriber extends Subscriber implements FinishedSubscriber
{
    public function notify(Finished $event): void
    {
        $this->handler()->testSuiteFinished();
    }
}

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
783 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download
823 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download
775 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download
769 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download
940 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download
829 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download
781 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download
934 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download
795 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download
789 B lrw-rw-rw- 2025-09-17 06:53:09
Edit Download

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