1
0
mirror of synced 2025-02-20 06:03:15 +03:00

[DDC-1872] adjust as per @stof comments on test skipped message

This commit is contained in:
Luis Cordova 2012-08-01 02:27:23 -05:00
parent 5d0082471f
commit 221ab3b695

View File

@ -219,7 +219,7 @@ class AnnotationDriverTest extends AbstractMappingDriverTest
public function testAttributeOverridesMappingWithTrait()
{
if (!version_compare(PHP_VERSION, '5.4.0', '>=')) {
$this->markTestSkipped('Invalid PHP version, unable to run this test.');
$this->markTestSkipped('This test is only for 5.4+.');
}
$factory = $this->createClassMetadataFactory();