We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing vendors with composer update --prefer-lowest broke tests.
composer update --prefer-lowest
./vendor/phpunit/phpunit/phpunit -c tests/phpunit_doctrine_dbal.xml PHPUnit 4.1.0 by Sebastian Bergmann. Configuration read from /home/bigfoot/projects/bigfoot/DoctrineOrmOdmAdapter/tests/phpunit_doctrine_dbal.xml ......F...I...................................................... 65 / 74 ( 87%) ......... Time: 0 seconds, Memory: 19.50Mb There was 1 failure: 1) Doctrine\Tests\ORM\ODMAdapter\Functions\ObjectAdapterManagerTest::testRemoveObject Failed asserting that Doctrine\Tests\Models\ReferenceMappingObject Object &0000000005f4cca2000055c3c44029f0 ( 'id' => 0 'uuid' => 'd494a812-7366-4a63-a5d6-f4aa4fc1310b' 'referencedField' => null 'entityName' => 'test-name-on-reference' ) is null. /home/bigfoot/projects/bigfoot/DoctrineOrmOdmAdapter/tests/Doctrine/Tests/ORM/ODMAdapter/Functions/ObjectAdapterManagerTest.php:148 FAILURES! Tests: 74, Assertions: 255, Failures: 1, Incomplete: 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installing vendors with
composer update --prefer-lowest
broke tests.The text was updated successfully, but these errors were encountered: