Skip to content

Commit

Permalink
bug: laminas#135 Add new test case to show the bug
Browse files Browse the repository at this point in the history
Signed-off-by: codisart <[email protected]>
  • Loading branch information
codisart committed Feb 21, 2024
1 parent 5c3fc8c commit 84e1ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/GPSPointTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public static function errorMessageTestValues(): array
['63 47 24.691 N, 18 2 54.363 W', GpsPoint::OUT_OF_BOUNDS, '63 47 24.691 N'],
['° \' " N,° \' " E', GpsPoint::CONVERT_ERROR, '° \' " N'],
['° \' " N', GpsPoint::INCOMPLETE_COORDINATE, '° \' " N'],
['foo,bar', GpsPoint::CONVERT_ERROR, '° \' " N'],
];
}
}

0 comments on commit 84e1ae5

Please sign in to comment.