@@ -60,7 +60,7 @@ |
||
60 | 60 | 24 => 1, |
61 | 61 | 28 => 1, |
62 | 62 | 32 => 1, |
63 | - ); |
|
63 | + ); |
|
64 | 64 | }//end switch |
65 | 65 | |
66 | 66 | throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__); |
@@ -82,7 +82,7 @@ |
||
82 | 82 | 132 => 1, |
83 | 83 | 134 => 1, |
84 | 84 | 136 => 2, |
85 | - ); |
|
85 | + ); |
|
86 | 86 | }//end switch |
87 | 87 | |
88 | 88 | throw new RuntimeException("Testfile {$testFile} in ".__DIR__." is not handled by ".__CLASS__); |