From 0f66f0c3158d8685b3a739486a1fdf1bb08eaf95 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 28 Jun 2023 14:39:34 +0200 Subject: [PATCH] Update phpunit testing --- phpunit.xml | 12 +++++++----- tests/Feature/GetBooksBrowseByOptionsTest.php | 18 ------------------ 2 files changed, 7 insertions(+), 23 deletions(-) delete mode 100644 tests/Feature/GetBooksBrowseByOptionsTest.php diff --git a/phpunit.xml b/phpunit.xml index b2b7cb350..b61711839 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,10 +1,6 @@ - + - - Blacklight - app - @@ -29,4 +25,10 @@ + + + Blacklight + app + + diff --git a/tests/Feature/GetBooksBrowseByOptionsTest.php b/tests/Feature/GetBooksBrowseByOptionsTest.php deleted file mode 100644 index e6049aff2..000000000 --- a/tests/Feature/GetBooksBrowseByOptionsTest.php +++ /dev/null @@ -1,18 +0,0 @@ -getBrowseByOptions(); - $this->assertArrayHasKey('author', $books); - } -}