PHP 8.3.31
Preview: TestSkippedSubscriber.php Size: 934 B
/home/getspomw/itechservicellc.com/vendor/phpunit/phpunit/src/Runner/ResultCache/Subscriber/TestSkippedSubscriber.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\InvalidArgumentException;
use PHPUnit\Event\Test\Skipped;
use PHPUnit\Event\Test\SkippedSubscriber;

/**
 * @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 TestSkippedSubscriber extends Subscriber implements SkippedSubscriber
{
    /**
     * @throws \PHPUnit\Framework\InvalidArgumentException
     * @throws InvalidArgumentException
     */
    public function notify(Skipped $event): void
    {
        $this->handler()->testSkipped($event);
    }
}

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
783 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download
823 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download
775 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download
769 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download
940 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download
829 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download
781 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download
934 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download
795 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download
789 B lrw-r--r-- 2025-10-28 20:23:20
Edit Download

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