@@ -12,6 +12,7 @@ |
||
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @see PHPUnit_Framework_TestCase::setExpectedException |
15 | + * @param string $name |
|
15 | 16 | */ |
16 | 17 | public function setExpectedException( $name, $message = '', $code = null ) { |
17 | 18 | if ( is_callable( [ $this, 'expectException' ] ) ) { |