From 3640fb077d81334ae6422ac984ba638a004bd023 Mon Sep 17 00:00:00 2001 From: GlazerMann Date: Tue, 23 Jan 2024 08:35:57 -0600 Subject: [PATCH] oops --- tests/phpunit/expandFnsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/expandFnsTest.php b/tests/phpunit/expandFnsTest.php index bee759dd8a..a8579aba5f 100644 --- a/tests/phpunit/expandFnsTest.php +++ b/tests/phpunit/expandFnsTest.php @@ -375,7 +375,7 @@ public function testHostIsGoneDOI() : void { $changed = FALSE; $should = "\n"; $nulls = ""; - $both = "": + $both = ""; foreach (NULL_DOI_LIST as $doi) { if (in_array($doi, NULL_DOI_BUT_GOOD)) { $both = $both . " In Both: " . $doi . " ";