doctrine/common 2.6.0 compat
Less strict assertion - no need to check the exact file name
This commit is contained in:
parent
0086d17afe
commit
27a5284899
@ -49,7 +49,7 @@ abstract class AbstractDriverTest extends \PHPUnit_Framework_TestCase
|
|||||||
{
|
{
|
||||||
$this->setExpectedException(
|
$this->setExpectedException(
|
||||||
'Doctrine\Common\Persistence\Mapping\MappingException',
|
'Doctrine\Common\Persistence\Mapping\MappingException',
|
||||||
"No mapping file found named '".$this->dir."/Foo".$this->getFileExtension()."' for class 'MyNamespace\MySubnamespace\Entity\Foo'."
|
"No mapping file found named"
|
||||||
);
|
);
|
||||||
|
|
||||||
$driver = $this->getDriver(array(
|
$driver = $this->getDriver(array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user