@@ -73,8 +73,9 @@ |
||
| 73 | 73 | { |
| 74 | 74 | $type = $this->getType(); |
| 75 | 75 | |
| 76 | - if (in_array($type, $this->types)) |
|
| 77 | - return "test-" . $type . ".stub"; |
|
| 76 | + if (in_array($type, $this->types)) { |
|
| 77 | + return "test-" . $type . ".stub"; |
|
| 78 | + } |
|
| 78 | 79 | |
| 79 | 80 | throw new Exception("Test type not supported"); |
| 80 | 81 | } |