Skip to content

Commit

Permalink
Remove null
Browse files Browse the repository at this point in the history
  • Loading branch information
tfirdaus committed Sep 30, 2024
1 parent 2a683d7 commit f7d72ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/app/ValTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ public static function dataIsURLValid(): array
public static function dataIsURLInvalid(): array
{
return [
'null' => [null],
"' '" => [' '],
"''" => [''],
'example.com' => ['example.com'],
Expand Down

0 comments on commit f7d72ad

Please sign in to comment.