Skip to content

Commit

Permalink
Fix code syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Aug 2, 2024
1 parent 4549b97 commit 361fefa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Config/CrudTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public function testSetDecimalSeparator(string $separator)
* ["MMMM/d, EEEE", "MMMM/d, EEEE"]
* // the following invalid format is used on purpose to test that the method accept any custom format
* ["this is wrong", "this is wrong"]
*
*/
public function testSetDateFormat(string $dateFormat, string $parsedFormat)
{
Expand Down Expand Up @@ -99,7 +98,6 @@ public function testSetDateFormatWithInvalidFormat(string $dateFormat)
* ["ss, a, mm", "ss, a, mm"]
* // the following invalid format is used on purpose to test that the method accept any custom format
* ["this is wrong", "this is wrong"]
*
*/
public function testSetTimeFormat(string $timeFormat, string $parsedFormat)
{
Expand Down

0 comments on commit 361fefa

Please sign in to comment.