@@ -15,6 +15,9 @@ |
||
15 | 15 | class SwaggerGen_TestCase extends PHPUnit\Framework\TestCase |
16 | 16 | { |
17 | 17 | |
18 | + /** |
|
19 | + * @param string $exception |
|
20 | + */ |
|
18 | 21 | public function expectException($exception, $message = '') |
19 | 22 | { |
20 | 23 | // while setExpectedException accepts message to assert on, expectException does not |