Commit 9fbd708
committed
3.x | .gitattributes: export ignore some test fixtures
Some of the test fixtures introduced for testing the `Ruleset` class cause issues with PHPUnit on some versions, in particular the test fixtures involving standards in hidden directories.
While the decision was taken long ago to not `export-ignore` the tests until PHPCS 4.0, I'm now taking the executive decision to selective `export-ignore` the problematic test fixtures only on the 3.x branch already to unblock projects which were seeing these errors (like the Composer Installer plugin).1 parent 63b78c4 commit 9fbd708
1 file changed
+14
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments