File tree 1 file changed +10
-24
lines changed
1 file changed +10
-24
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ protected function getTestFiles($testFileBase): array
37
37
38
38
// Put them in order.
39
39
sort ($ testFiles );
40
-
40
+
41
41
return $ testFiles ;
42
42
}
43
43
@@ -54,28 +54,14 @@ public function getErrorList()
54
54
*/
55
55
public function getWarningList ($ testFile = '' )
56
56
{
57
- if ($ testFile === 'PhtmlTemplateUnitTest.1.phtml ' || $ testFile === 'PhtmlTemplateUnitTest.2.phtml ' ) {
58
- return [
59
- 9 => 1 ,
60
- 20 => 1 ,
61
- 23 => 1 ,
62
- 27 => 1 ,
63
- 44 => 1 ,
64
- 45 => 1 ,
65
- 46 => 1 ,
66
- ];
67
- }
68
- if ($ testFile === 'PhtmlTemplateUnitTest.3.phtml ' ) {
69
- return [
70
- 9 => 1 ,
71
- 20 => 1 ,
72
- 23 => 1 ,
73
- 27 => 1 ,
74
- 44 => 1 ,
75
- 45 => 1 ,
76
- 46 => 1 ,
77
- ];
78
- }
79
- return [];
57
+ return [
58
+ 9 => 1 ,
59
+ 20 => 1 ,
60
+ 23 => 1 ,
61
+ 27 => 1 ,
62
+ 44 => 1 ,
63
+ 45 => 1 ,
64
+ 46 => 1 ,
65
+ ];
80
66
}
81
67
}
You can’t perform that action at this time.
0 commit comments