You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Test.php
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -354,6 +354,10 @@ function testWatcherRegistrationAndCancellationInfo($type, $args)
354
354
/** @dataProvider provideRegistrationArgs */
355
355
functiontestNoMemoryLeak($type, $args)
356
356
{
357
+
if ($this->getTestResultObject()->getCollectCodeCoverageInformation()) {
358
+
$this->markTestSkipped("Cannot run this test with code coverage active [code coverage consumes memory which makes it impossible to rely on memory_get_usage()]");
0 commit comments