-
-
Notifications
You must be signed in to change notification settings - Fork 963
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
PHPUnit broken in new setup project #2437
Comments
It seems that it is due to Hope this helps! |
Okay, so I've added "repositories": [
{
"type": "vcs",
"url": "git@github.com:theofidry/AliceBundle"
},
], to my Then ran But;
|
Adding "optimize-autoloader": true,
"prepend-autoloader": false, in the |
Turns out only the latter was required, so adding |
* ci: fix phpunit ??? * Unset handler_id for symfony 6.3+ * Fix serializer configuration for PHP 8.1 (dev) * Fix api-platform/api-platform#2437 * Fix excepted deprecation in swagger Trigger deprecation to fit tests. Can change test if needed forgot semicolon try fix deprecation * remove copied WebTestCase to fix 8.1 dev PR symfony/symfony#32207 got merged * fix no deprecation * try tag legacy to valide add a bc layer for reworked profiler UI * fix warning about deprecated method ensure method exists * skip an exceptDeprecation, this case fails for a particular CI run * remove uneccesary changes * change BC deprecation system for doctrine * fix some deprecations about validation html mode and attributes for recent sf * fix doctrine lexer deprecations * fix bootstrap missing * improve doc for sf 6 f Fix tiny bug & deprecation -- * fix possible deprecation on 7.4 * Update ci.yml * Update ci.yml
API Platform version(s) affected: core 3.1.10
Description
Creating a project from the Github template (
https://github.com/api-platform/api-platform/generate
), then runningdocker compose exec php php ./vendor/bin/simple-phpunit
throws an exception;How to reproduce
Clone project
Add
alice
by runningcomposer require alice
as described in the docsRun tests
Possible Solution
Change the versions of PHPUnit that are used?
The text was updated successfully, but these errors were encountered: