From b136266e314b10cfcc4cde7dacd54beecb30f49e Mon Sep 17 00:00:00 2001 From: Demian Katz Date: Thu, 25 Jan 2024 14:21:52 -0500 Subject: [PATCH] php-cs-fixer --- .../unit-tests/src/VuFindTest/Backend/LibGuides/BackendTest.php | 2 +- .../unit-tests/src/VuFindTest/Command/RandomCommandTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/BackendTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/BackendTest.php index 7a807974026..d0c2f406ddd 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/BackendTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Backend/LibGuides/BackendTest.php @@ -193,7 +193,7 @@ public function testSearchFallback() [[$expectedParams0, 0, 10], [$expectedParams1, 0, 10]], [ ['recordCount' => 0, 'documents' => []], - ['recordCount' => 0, 'documents' => []] + ['recordCount' => 0, 'documents' => []], ] ); $back = new Backend($conn, null, 'fallback'); diff --git a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Command/RandomCommandTest.php b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Command/RandomCommandTest.php index ac818c377da..162a44bf3c7 100644 --- a/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Command/RandomCommandTest.php +++ b/module/VuFindSearch/tests/unit-tests/src/VuFindTest/Command/RandomCommandTest.php @@ -134,7 +134,7 @@ public function testRandomNoInterfaceWithResultsLessThanLimit(): void $this->equalTo(0), $this->equalTo(10), $this->equalTo($params), - ] + ], ], $rci );