From c2e7da496bb0e54b8531c6ade812556833d646cf Mon Sep 17 00:00:00 2001 From: Ibrahim BinAlshikh Date: Tue, 29 Oct 2024 00:17:42 +0300 Subject: [PATCH] Update APITestCaseWriter.php --- webfiori/framework/writers/APITestCaseWriter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webfiori/framework/writers/APITestCaseWriter.php b/webfiori/framework/writers/APITestCaseWriter.php index 367f071c..c319d4a3 100644 --- a/webfiori/framework/writers/APITestCaseWriter.php +++ b/webfiori/framework/writers/APITestCaseWriter.php @@ -242,7 +242,7 @@ private function writeRequiredParametersTestCases() { if ($x + 1 == count($missingArr)) { $this->append(". ' \"$item\"'.self::NL", 2); } else { - $this->append(". ' \"$item\"',.self::NL", 2); + $this->append(". ' \"$item\",'.self::NL", 2); } } $this->append(". ' ]'.self::NL", 2);