Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed test failing due to changes in AnnotationReader #5686

Merged
merged 1 commit into from
Mar 4, 2016

Conversation

mbeccati
Copy link
Contributor

Doctrine\Tests\ORM\Mapping\AnnotationDriverTest::testLoadMetadataForNonEntityThrowsException
Argument 1 passed to Doctrine\Common\Annotations\AnnotationReader::__construct() must be an instance of Doctrine\Common\Annotations\DocParser, instance of Doctrine\Common\Cache\ArrayCache given, called in .../tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php on line 19 and defined

See: https://revive.beccati.com/bamboo/browse/PHP-DOCTR-PHP55-646/test/case/11813971

Doctrine\Tests\ORM\Mapping\AnnotationDriverTest::testLoadMetadataForNonEntityThrowsException
Argument 1 passed to Doctrine\Common\Annotations\AnnotationReader::__construct() must be an instance of Doctrine\Common\Annotations\DocParser, instance of Doctrine\Common\Cache\ArrayCache given, called in .../tests/Doctrine/Tests/ORM/Mapping/AnnotationDriverTest.php on line 19 and defined

See: https://revive.beccati.com/bamboo/browse/PHP-DOCTR-PHP55-646/test/case/11813971
@Ocramius Ocramius added the Bug label Mar 4, 2016
@Ocramius Ocramius added this to the 2.6.0 milestone Mar 4, 2016
@Ocramius Ocramius self-assigned this Mar 4, 2016
Ocramius added a commit that referenced this pull request Mar 4, 2016
Fixed test failing due to changes in AnnotationReader
@Ocramius Ocramius merged commit c194362 into doctrine:master Mar 4, 2016
@Ocramius
Copy link
Member

Ocramius commented Mar 4, 2016

Thanks @mbeccati!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants