doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.78k stars 223 forks source link

Fix PHPCR tests for PHPUnit 10 #473

Open GromNaN opened 6 months ago

GromNaN commented 6 months ago

MockBuilder::addMethods() is deprecated in PHPUnit 10.1 https://github.com/sebastianbergmann/phpunit/issues/5320

To run the tests with PHPCR, I have to add this to composer.json:

        "doctrine/phpcr-odm": "^1.8",
        "jackalope/jackalope-fs": "*",

And run COMPOSER_ROOT_VERSION=1.99 composer update