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 Jan 31, 2023
1 parent b7d217b commit 7c2a0a2
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 @@ -88,6 +88,7 @@ public 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 7c2a0a2

Please sign in to comment.