Skip to content

Commit

Permalink
Fix InitialTestsRunnerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Mar 20, 2024
1 parent e4dcc84 commit de7214e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/phpunit/Process/Runner/InitialTestsRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ public function test_it_creates_a_process_execute_it_and_dispatch_events_accordi

$process = $this->createProcessForCode(<<<STR
echo 'ping';
sleep(1);
echo 'pong';
STR
);
Expand All @@ -120,7 +119,6 @@ public function test_it_creates_a_process_execute_it_and_dispatch_events_accordi
[
InitialTestSuiteWasStarted::class,
InitialTestCaseWasCompleted::class,
InitialTestCaseWasCompleted::class,
InitialTestSuiteWasFinished::class,
],
array_map('get_class', $this->eventDispatcher->getEvents()),
Expand Down

0 comments on commit de7214e

Please sign in to comment.