/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Event/Events/TestSuite
NameSizeModeActions
Filtered.php12470644editdlrm
FilteredSubscriber.php5360644editdlrm
Finished.php12890644editdlrm
FinishedSubscriber.php5360644editdlrm
Loaded.php12430644editdlrm
LoadedSubscriber.php5320644editdlrm
Skipped.php13910644editdlrm
SkippedSubscriber.php5340644editdlrm
Sorted.php15920644editdlrm
SortedSubscriber.php5320644editdlrm
Started.php12870644editdlrm
StartedSubscriber.php5340644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Event/Events/TestSuite/SortedSubscriber.php (532B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Event\TestSuite; use PHPUnit\Event\Subscriber; /** * @no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit */ interface SortedSubscriber extends Subscriber { public function notify(Sorted $event): void; }