Skip to content

Commit

Permalink
Update APITestCaseWriter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Oct 28, 2024
1 parent 9dcd9bf commit c2e7da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webfiori/framework/writers/APITestCaseWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c2e7da4

Please sign in to comment.