diff --git a/test/GPSPointTest.php b/test/GPSPointTest.php index 112806a43..efbd47fef 100644 --- a/test/GPSPointTest.php +++ b/test/GPSPointTest.php @@ -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'], ]; } }