MDL-53861 behat: o/p buffer is not used in Behat 2.5.x
Don't need ob_flush() as o/p is not buffered in behat 2.5.x
This commit is contained in:
@@ -173,7 +173,6 @@ class behat_util extends testing_util {
|
||||
}
|
||||
}
|
||||
echo $output;
|
||||
ob_flush();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user