1
0
mirror of synced 2025-02-02 13:31:45 +03:00

doctrine/common 2.6.0 compat

Less strict assertion - no need to check the exact file name
This commit is contained in:
Marco Pivetta 2015-12-25 15:20:35 +01:00
parent 0086d17afe
commit 27a5284899

View File

@ -49,7 +49,7 @@ abstract class AbstractDriverTest extends \PHPUnit_Framework_TestCase
{
$this->setExpectedException(
'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(