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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue