Commit 7fecfaa
committed
minor #158 Fix phpunit bridge with custom path (weaverryan)
This PR was squashed before being merged into the main branch.
Discussion
----------
Fix phpunit bridge with custom path
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Tickets | Fixes tests!
| License | MIT
A workaround for symfony/symfony#43877 - though I'm not sure if we have a good reason for choosing a custom directory in the first place... so this might be completely fine.
Also, I'm not sure if we need the PHPUnit version - I had already removed it in another PR because (iirc) it was causing some issues.
Commits
-------
56141b3 removing unnecessary ignore
5f12f2e removing custom PHPUnit directory and specific PHPUnit versionFile tree
2 files changed
+0
-5
lines changed- .github/workflows
- src/Turbo/Doctrine
2 files changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 5 | | |
10 | 6 | | |
11 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
| |||
0 commit comments