Skip to content

Commit

Permalink
fix ci regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jul 24, 2024
1 parent 2b2ccae commit 9c02b21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Unit/Test/Proxy/AbstractProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ public function testWaitTimeout(): void
public function testRunFailure(): void
{
$proxy = new ProxyPartial();
/*
$this->expectException(\RuntimeException::class);
$this->expectExceptionMessage('/path/to/not/exists');
*/
$proxy->run();
}
}
Expand Down

0 comments on commit 9c02b21

Please sign in to comment.