[ Th3_Err0r Bypassed ]




Upload:

Command:

liwaavux@216.73.217.154: ~ $
<?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\TestRunner\TestResult;

/**
 * @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
 */
abstract class Subscriber
{
    private readonly Collector $collector;

    public function __construct(Collector $collector)
    {
        $this->collector = $collector;
    }

    protected function collector(): Collector
    {
        return $this->collector;
    }
}

Filemanager

Name Type Size Permission Actions
AfterTestClassMethodErroredSubscriber.php File 879 B 0644
BeforeTestClassMethodErroredSubscriber.php File 889 B 0644
ExecutionStartedSubscriber.php File 879 B 0644
Subscriber.php File 771 B 0644
TestConsideredRiskySubscriber.php File 819 B 0644
TestErroredSubscriber.php File 771 B 0644
TestFailedSubscriber.php File 765 B 0644
TestFinishedSubscriber.php File 777 B 0644
TestMarkedIncompleteSubscriber.php File 825 B 0644
TestPreparedSubscriber.php File 771 B 0644
TestRunnerTriggeredDeprecationSubscriber.php File 873 B 0644
TestRunnerTriggeredWarningSubscriber.php File 849 B 0644
TestSkippedSubscriber.php File 771 B 0644
TestSuiteFinishedSubscriber.php File 797 B 0644
TestSuiteSkippedSubscriber.php File 791 B 0644
TestSuiteStartedSubscriber.php File 791 B 0644
TestTriggeredDeprecationSubscriber.php File 849 B 0644
TestTriggeredErrorSubscriber.php File 813 B 0644
TestTriggeredNoticeSubscriber.php File 819 B 0644
TestTriggeredPhpDeprecationSubscriber.php File 867 B 0644
TestTriggeredPhpNoticeSubscriber.php File 837 B 0644
TestTriggeredPhpWarningSubscriber.php File 843 B 0644
TestTriggeredPhpunitDeprecationSubscriber.php File 891 B 0644
TestTriggeredPhpunitErrorSubscriber.php File 855 B 0644
TestTriggeredPhpunitWarningSubscriber.php File 867 B 0644
TestTriggeredWarningSubscriber.php File 825 B 0644