Skip to content

Commit 92e1f53

Browse files
[DoctrineBridge] Fix risky test warnings
1 parent 4bea7a8 commit 92e1f53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Test/FormPerformanceTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ private function doRunTest()
4545
$this->fail(sprintf('expected running time: <= %s but was: %s', $this->maxRunningTime, $time));
4646
}
4747

48+
$this->expectNotToPerformAssertions();
49+
4850
return $result;
4951
}
5052

0 commit comments

Comments
 (0)