Skip to content

Commit

Permalink
[DoctrineBridge] Fix risky test warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-daubois committed Oct 1, 2024
1 parent 4bea7a8 commit 92e1f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Test/FormPerformanceTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ private function doRunTest()
$this->fail(sprintf('expected running time: <= %s but was: %s', $this->maxRunningTime, $time));
}

$this->expectNotToPerformAssertions();

return $result;
}

Expand Down

0 comments on commit 92e1f53

Please sign in to comment.