From 221ab3b69522c8dc1dbcd5410adc811c563ba0f1 Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Wed, 1 Aug 2012 02:27:23 -0500 Subject: [PATCH] [DDC-1872] adjust as per @stof comments on test skipped message --- tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php b/tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php index 4042f690c..96933ac9d 100644 --- a/tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php +++ b/tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php @@ -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();