Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /