Commit 1b50b47
committed
Tests: remove work-arounds for @requires tags
PHPUnit supports the `@requires OSFAMILY ...` syntax since PHPUnit 7.
As this new type doesn't allow for negation, the `@requires OS ^(?!WIN).*` for the `PrepareForOutputTest::testPrepareForOutput()` method needs to remain as it should run when _not_ on Windows.1 parent 92cf10f commit 1b50b47
File tree
2 files changed
+2
-2
lines changed- tests/Core
- Ruleset
- Util/Common
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments