diff --git a/test/Unit/System/Link/DirectoryLinkTest.php b/test/Unit/System/Link/DirectoryLinkTest.php index 1cb339f..161520a 100644 --- a/test/Unit/System/Link/DirectoryLinkTest.php +++ b/test/Unit/System/Link/DirectoryLinkTest.php @@ -24,7 +24,6 @@ protected function createElement(string $path): DirectoryLink /** * @throws GetTargetException * @throws IOException - * @throws IOException */ public function testGetTarget(): void { @@ -40,7 +39,6 @@ public function testGetTarget(): void * @return void * @throws GetTargetException * @throws IOException - * @throws IOException */ public function testGetTargetTwiceReturnsSameObject(): void { @@ -108,7 +106,6 @@ public function testGetFinalTargetPath(): void /** * @throws GetTargetException * @throws IOException - * @throws IOException */ public function testGetTargetOnLinkChainGetsLink(): void { @@ -125,7 +122,6 @@ public function testGetTargetOnLinkChainGetsLink(): void /** * @throws GetTargetException * @throws IOException - * @throws IOException */ public function testGetFinalTarget(): void { @@ -198,7 +194,6 @@ public function testThrowsExceptionOnInvalidSetTarget(): void * @throws SetTargetException * @throws DeleteException * @throws IOException - * @throws IOException */ public function testCreate(): void { @@ -212,10 +207,6 @@ public function testCreate(): void /** * @throws GetTargetException * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException */ public function testGetChildren(): void { @@ -245,11 +236,6 @@ public function testGetChildren(): void /** * @throws GetTargetException * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException */ public function testGetChildrenRecursive(): void {