[DDC-1872] adjust as per @stof comments on test skipped message
This commit is contained in:
parent
5d0082471f
commit
221ab3b695
@ -219,7 +219,7 @@ class AnnotationDriverTest extends AbstractMappingDriverTest
|
|||||||
public function testAttributeOverridesMappingWithTrait()
|
public function testAttributeOverridesMappingWithTrait()
|
||||||
{
|
{
|
||||||
if (!version_compare(PHP_VERSION, '5.4.0', '>=')) {
|
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();
|
$factory = $this->createClassMetadataFactory();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user