-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Depending on the order of the test suite execution we were having issues as the compiled container for `CompilerTest` was using the same FQCN as the `GeneratorTest`. This makes sure we use different namespaces for the generated containers, avoiding those conflicts. It also plugs vfsStream to remove the file system dependency on `CompilerTest`. Running PHPUnit using the flag `--random-order-seed=1634593025` was enough to reproduce the issue.
- Loading branch information
Showing
2 changed files
with
11 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters