Skip to content

Commit

Permalink
Add test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickCroninMM committed May 14, 2020
1 parent 3724597 commit f293cea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/MaxMind/Test/ReportTransactionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ public function notStringTypes()
{
return [
[1],
[['string']],
[new \stdClass()],
];
}

Expand Down

0 comments on commit f293cea

Please sign in to comment.