From e076b2018eb640a1432ebf7a61bc5b2ef9b77683 Mon Sep 17 00:00:00 2001 From: Simon Dann Date: Thu, 20 Sep 2018 20:52:52 +0100 Subject: [PATCH] Adding @throws to silence phpstorm --- tests/Unit/ContentTypeNTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Unit/ContentTypeNTest.php b/tests/Unit/ContentTypeNTest.php index de3a219..8d0ef63 100644 --- a/tests/Unit/ContentTypeNTest.php +++ b/tests/Unit/ContentTypeNTest.php @@ -16,6 +16,7 @@ class ContentTypeNTest extends TestCase /** * Added for issue 88 * @see https://github.com/carbontwelve/tapestry/issues/88 + * @throws \Exception */ public function testAddSourceMutatesFileDataWithContentTypeName() { @@ -29,6 +30,8 @@ public function testAddSourceMutatesFileDataWithContentTypeName() /** * Added for issue 87 * @see https://github.com/carbontwelve/tapestry/issues/87 + * @throws \Tapestry\Exceptions\GraphException + * @throws \Exception */ public function testContentTypeFactoryArrayAccessByKey() {