Skip to content

Commit b9e6f4a

Browse files
grimzyStyleCIBot
authored andcommitted
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 1314606 commit b9e6f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Integration/SridSpatialTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ public function testInsertPointWithWrongSrid()
107107
$geo = new WithSridModel();
108108
$geo->location = new Point(1, 2);
109109

110-
$this->assertException(Illuminate\Database\QueryException::class,
110+
$this->assertException(
111+
Illuminate\Database\QueryException::class,
111112
'SQLSTATE[HY000]: General error: 3643 The SRID of the geometry '.
112113
'does not match the SRID of the column \'location\'. The SRID '.
113114
'of the geometry is 0, but the SRID of the column is 3857. '.

0 commit comments

Comments
 (0)