Skip to content
Snippets Groups Projects
Commit 9e1762ce authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

phpunit 5.1 compat

parent 2137011b
Branches
Tags
3 merge requests!1553Master,!1502Master,!1501Stable
...@@ -106,6 +106,8 @@ END; ...@@ -106,6 +106,8 @@ END;
public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time) {} public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time) {}
public function addWarning(PHPUnit_Framework_Test $test, PHPUnit_Framework_Warning $e, $time) {}
protected function collect($name, $speed) { protected function collect($name, $speed) {
$count = count(self::$_speed_trapped_test); $count = count(self::$_speed_trapped_test);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment