You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/MysqlExplainTest.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ public function testSubmitQueryCollectsMetricsAndSubmitsThem(): void
45
45
->andReturn('mysql');
46
46
$mock->shouldReceive('queryScalar')
47
47
->withArgs([$connection, 'SELECT * FROM seq_1_to_1'])
48
-
->andThrow(newQueryException("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'seq_1_to_1' doesn't exist.", 'SELECT * FROM seq_1_to_1', [], newRuntimeException()));
48
+
->andThrow(newQueryException("SQLSTATE[42S02]: Base table or view not found: 1146 Table 'seq_1_to_1' doesn't exist.", 'SELECT * FROM seq_1_to_1', [], newRuntimeException));
0 commit comments