diff --git a/tests/ThrowsAnnotationTest.php b/tests/ThrowsAnnotationTest.php index 06aafad33..6ea91b691 100644 --- a/tests/ThrowsAnnotationTest.php +++ b/tests/ThrowsAnnotationTest.php @@ -167,7 +167,7 @@ class ThrowsAnnotationTest extends TestCase /** * @return void */ - public function testDocumentedThrowInFunctionCall() + public function testDocumentedThrowInFunctionCallWithThrow() { Config::getInstance()->check_for_throws_docblock = true;