diff --git a/tests/GeometryCastTest.php b/tests/GeometryCastTest.php index aab3c3a..c89b3e5 100644 --- a/tests/GeometryCastTest.php +++ b/tests/GeometryCastTest.php @@ -1,6 +1,5 @@ create(['point' => null]); diff --git a/tests/HasSpatialTest.php b/tests/HasSpatialTest.php index 489eeb1..0701bd5 100644 --- a/tests/HasSpatialTest.php +++ b/tests/HasSpatialTest.php @@ -1,6 +1,5 @@ create(['point' => new Point(0, 0, Srid::WGS84->value)]); diff --git a/tests/Objects/GeometryCollectionTest.php b/tests/Objects/GeometryCollectionTest.php index dbba9c5..2084708 100644 --- a/tests/Objects/GeometryCollectionTest.php +++ b/tests/Objects/GeometryCollectionTest.php @@ -1,6 +1,5 @@ in(__DIR__); + +uses(RefreshDatabase::class)->in(__DIR__);