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 1314606 commit b9e6f4aCopy full SHA for b9e6f4a
tests/Integration/SridSpatialTest.php
@@ -107,7 +107,8 @@ public function testInsertPointWithWrongSrid()
107
$geo = new WithSridModel();
108
$geo->location = new Point(1, 2);
109
110
- $this->assertException(Illuminate\Database\QueryException::class,
+ $this->assertException(
111
+ Illuminate\Database\QueryException::class,
112
'SQLSTATE[HY000]: General error: 3643 The SRID of the geometry '.
113
'does not match the SRID of the column \'location\'. The SRID '.
114
'of the geometry is 0, but the SRID of the column is 3857. '.
0 commit comments