From c0fe5bda427229f259b27f1c9323864da497b4e7 Mon Sep 17 00:00:00 2001 From: tfrommen Date: Fri, 24 May 2024 10:59:11 +0200 Subject: [PATCH] fix: cover invalid author format in test --- tests/unit/Properties/LibraryPropertiesTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/Properties/LibraryPropertiesTest.php b/tests/unit/Properties/LibraryPropertiesTest.php index 97653ca..30ace60 100644 --- a/tests/unit/Properties/LibraryPropertiesTest.php +++ b/tests/unit/Properties/LibraryPropertiesTest.php @@ -119,6 +119,7 @@ public function testForLibraryAllProperties(): void "name" => $expectedAuthor, "homepage" => $expectedAuthorUri, ], + "Invalid Author ", ], "keywords" => $expectedKeywords, "require" => [