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

Fix PHPCR tests for PHPUnit 10 #473

Open
wants to merge 1 commit into
base: 1.7.x
Choose a base branch
from

Conversation

GromNaN
Copy link
Member

@GromNaN GromNaN commented Mar 12, 2024

MockBuilder::addMethods() is deprecated in PHPUnit 10.1 sebastianbergmann/phpunit#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

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

Successfully merging this pull request may close these issues.

None yet

1 participant