diff --git a/src/Extention.php b/src/Extention.php new file mode 100644 index 0000000..6ef9ef7 --- /dev/null +++ b/src/Extention.php @@ -0,0 +1,19 @@ +getName()); + } + public function addError(PHPUnit_Framework_Test $test, Exception $e, $time) { printf("Error while running test '%s'.\n", $test->getName());