Commit 39f926a
committed
Merge branch '12.5'
* 12.5:
Add tests for randomized execution order
Add test for empty test suite
Ignore unhappy paths that will become obsolete after refactoring to enumeration (for $order parameter) and boolean (for $orderDefects parameter)
We should be able to assume that every Test is also a Reorderable
Add tests for ordering tests by duration
Fix CS/WS issues
Initial work on new end-to-end tests for test suite sorting
Delete code that was only used by tests in PHPUnit's own test suite (but still run twice for the entire test suite for each test suite that is run)
Delete existing tests for test reorderingFile tree
59 files changed
+1433
-1422
lines changed- src/Runner
- tests
- end-to-end/execution-order
- _files
- fixture
- empty-test-suite
- test-classes-with-defects
- test-classes-with-different-sizes
- test-classes-with-duration
- test-classes
- test-methods-with-defects
- test-methods-with-dependencies
- test-methods-with-duration
- unit/Runner
- ResultCache
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+1433
-1422
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 61 | | |
71 | 62 | | |
72 | 63 | | |
| |||
75 | 66 | | |
76 | 67 | | |
77 | 68 | | |
78 | | - | |
| 69 | + | |
79 | 70 | | |
80 | 71 | | |
81 | 72 | | |
| |||
86 | 77 | | |
87 | 78 | | |
88 | 79 | | |
| 80 | + | |
89 | 81 | | |
| 82 | + | |
90 | 83 | | |
91 | 84 | | |
92 | 85 | | |
| |||
95 | 88 | | |
96 | 89 | | |
97 | 90 | | |
| 91 | + | |
98 | 92 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 93 | + | |
103 | 94 | | |
104 | 95 | | |
105 | 96 | | |
106 | 97 | | |
107 | | - | |
| 98 | + | |
108 | 99 | | |
109 | 100 | | |
110 | 101 | | |
| |||
113 | 104 | | |
114 | 105 | | |
115 | 106 | | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | 107 | | |
137 | 108 | | |
138 | 109 | | |
| |||
260 | 231 | | |
261 | 232 | | |
262 | 233 | | |
263 | | - | |
264 | | - | |
265 | | - | |
| 234 | + | |
| 235 | + | |
266 | 236 | | |
267 | 237 | | |
268 | 238 | | |
| |||
340 | 310 | | |
341 | 311 | | |
342 | 312 | | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | 313 | | |
Lines changed: 0 additions & 63 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 11 deletions
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 54 deletions
This file was deleted.
Lines changed: 0 additions & 22 deletions
This file was deleted.
0 commit comments