We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac69ee9 commit 8818d7aCopy full SHA for 8818d7a
tests/Integration/SpatialTest.php
@@ -254,6 +254,7 @@ public function testInsertEmptyGeometryCollection()
254
255
$geo2 = GeometryModel::find($geo->id);
256
$this->assertInstanceOf(GeometryCollection::class, $geo2->multi_geometries);
257
+ $this->assertEquals(0, count($geo2->multi_geometries));
258
}
259
260
public function testUpdate()
0 commit comments