-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
Typed property PHPUnit\Architecture\Asserts\Dependencies\ObjectDependenciesDescription::$uses must not be accessed before initialization #858
Comments
Do you face that issue, when not using whisky? |
No, only after whisky is installed. The Architecture Test will fail until whisky is uninstalled. |
You need to report this issue in their repository then. |
For the record, this PR fixes this issue: |
I have the same error but not sure what is causing it, @nunomaduro could you explain what's behind this? |
I changed my arch test to use |
I have the same issue |
this should fix it pestphp/pest-plugin-arch#22 |
I recently installed Whisky, and after installation, I started getting the following error when running Architecture tests:
I was able to create a repo that you can use to replicate the problem:
https://github.com/TappNetwork/whisky-pest
To replicate:
This seems like it is only causing issues with architecture testing: https://pestphp.com/docs/arch-testing
The text was updated successfully, but these errors were encountered: