diff --git a/Unit_testing/SimpleTestListener.php b/Unit_testing/SimpleTestListener.php index 63af387..926a28b 100644 --- a/Unit_testing/SimpleTestListener.php +++ b/Unit_testing/SimpleTestListener.php @@ -108,7 +108,7 @@ public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time) { - $this->printSkipped( $e ); + $this->printSkip( $e ); $this->suiteSkipCount++; $this->skips[ $test->getName() ] = 1; }