Skip to content

Commit

Permalink
add null test case
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Sep 30, 2024
1 parent 7610205 commit 93f1c7b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
],
'expected' => false,
],
'testShoulDoNothingURLNull' => [
'config' => [
'filter' => true,
'post_id' => 1,
'url' => null,
],
'expected' => false,
],
'testShoulDoNothingURLFalse' => [
'config' => [
'filter' => true,
Expand Down

0 comments on commit 93f1c7b

Please sign in to comment.