Skip to content

Commit be947b2

Browse files
authored
Emit TestSuitLoaded event (#929)
1 parent 7771e52 commit be947b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/WrapperRunner/ApplicationForWrapperWorker.php

+4
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ public function runTest(string $testPath): int
9595
$testSuite = TestSuite::fromClassReflector($testSuiteRefl);
9696
}
9797

98+
EventFacade::emitter()->testSuiteLoaded(
99+
TestSuiteBuilder::from($testSuite),
100+
);
101+
98102
(new TestSuiteFilterProcessor())->process($this->configuration, $testSuite);
99103

100104
if ($filter !== null) {

0 commit comments

Comments
 (0)