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

Lowest vendors broke tests #41

Open
bigfoot90 opened this issue May 6, 2016 · 0 comments
Open

Lowest vendors broke tests #41

bigfoot90 opened this issue May 6, 2016 · 0 comments

Comments

@bigfoot90
Copy link
Contributor

Installing vendors with composer update --prefer-lowest broke tests.

./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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant