Commit de8e112
committed
minor #13184 [Tests] added a note about installing PHPUnit dependencies (HeahDude)
This PR was merged into the 3.4 branch.
Discussion
----------
[Tests] added a note about installing PHPUnit dependencies
When first installing the bridge, one cannot start working by extending the `TestCase` since the bridge has no requirements.
It is not obvious that they are installed the first time we run the test suite, neither that we should run it without tests to get started.
Let's make all that explicit with a short note.
Commits
-------
2c10047 [Tests] added a note about installing PHPUnit dependencies1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
33 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
0 commit comments