- 
  Notifications
 
You must be signed in to change notification settings  - Fork 17
 
Commit 3699e8c
Tests: fix composer autoload
1. Make the namespace of the `VariableAnalysisTest` file reflect the path the file.
2. Add an `autoload-dev` section to the `composer.json`
 * The unit tests are not shipped in the distribution package, so they are only available in a `dev` environment, which is exactly what `autoload-dev` is targetting.
 * Setting the `tests` directory as a secondary path for PSR4 autoload should fix compatibility with Composer 2.1 parent 4804a39 commit 3699e8c
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
26 | 26 |  | |
27 | 27 |  | |
28 | 28 |  | |
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
29 | 34 |  | |
30 | 35 |  | |
31 | 36 |  | |
 | |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
 | |||
1 | 1 |  | |
2 | - | ||
2 | + | ||
3 | 3 |  | |
4 | 4 |  | |
5 | 5 |  | |
 | |||
0 commit comments