Commit 0b5bd86
committed
Add php linting to the test step
Run php -l on all PHP files. This makes sure the files are at least
parsable by the current PHP version - not a comprehensive compatibility
test but a good first step.
Theoretically this could be it's own flow, but since we already have the
whole environment setup and in place and it makes no sense to run unit
tests when the files not even lint, it's simple to add it here.1 parent 23660d6 commit 0b5bd86
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments