Skip to content

Commit

Permalink
#193 - correct error message when skipping the fatal prevention funct…
Browse files Browse the repository at this point in the history
…ional tests
  • Loading branch information
Ocramius committed Nov 8, 2014
1 parent 3147025 commit a5626df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testCodeGeneration($generatorClass, $className)
}

if (PHP_VERSION_ID < 50401) {
$this->markTestSkipped('Can\'t run this Test Suit on php 5.3 above');
$this->markTestSkipped('Can\'t run this test suite on php < 5.4.1');
}

$runner = PHPUnit_Util_PHP::factory();
Expand Down

0 comments on commit a5626df

Please sign in to comment.