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:
Rajesh Taneja
2016-05-02 15:55:18 +08:00
parent 4f3a6d382e
commit 99913f0b50
-1
View File
@@ -173,7 +173,6 @@ class behat_util extends testing_util {
}
}
echo $output;
ob_flush();
}
}