Merge branch 'hotfix/build-fix'
This commit is contained in:
commit
5c447cfb71
@ -38,3 +38,5 @@ matrix:
|
|||||||
env: DB=pgsql # driver currently unsupported by HHVM
|
env: DB=pgsql # driver currently unsupported by HHVM
|
||||||
- php: hhvm-nightly
|
- php: hhvm-nightly
|
||||||
env: DB=mysqli # driver currently unsupported by HHVM
|
env: DB=mysqli # driver currently unsupported by HHVM
|
||||||
|
allow_failures:
|
||||||
|
- php: hhvm-nightly # hhvm-nightly currently chokes on composer installation
|
||||||
|
@ -160,7 +160,7 @@ class AnnotationDriverTest extends AbstractMappingDriverTest
|
|||||||
$factory->setEntityManager($em);
|
$factory->setEntityManager($em);
|
||||||
|
|
||||||
$this->setExpectedException('Doctrine\ORM\Mapping\MappingException',
|
$this->setExpectedException('Doctrine\ORM\Mapping\MappingException',
|
||||||
"Its not supported to define inheritance information on a mapped ".
|
"It is not supported to define inheritance information on a mapped ".
|
||||||
"superclass 'Doctrine\Tests\ORM\Mapping\MappedSuperClassInheritence'.");
|
"superclass 'Doctrine\Tests\ORM\Mapping\MappedSuperClassInheritence'.");
|
||||||
$usingInvalidMsc = $factory->getMetadataFor('Doctrine\Tests\ORM\Mapping\MappedSuperClassInheritence');
|
$usingInvalidMsc = $factory->getMetadataFor('Doctrine\Tests\ORM\Mapping\MappedSuperClassInheritence');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user