@@ -8,6 +8,9 @@ |
||
8 | 8 | */ |
9 | 9 | abstract class AbstractTestCase extends TestCase |
10 | 10 | { |
11 | + /** |
|
12 | + * @param string $exception |
|
13 | + */ |
|
11 | 14 | public function expectException($exception) |
12 | 15 | { |
13 | 16 | version_compare(phpversion(), '7.0.0') > 0 |