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 b406893 commit e5e6a36Copy full SHA for e5e6a36
tests/dibi/exceptions.sqlite.phpt
@@ -17,7 +17,7 @@ $conn->loadFile(__DIR__ . "/data/$config[system].sql");
17
18
$e = Assert::exception(function () use ($conn) {
19
$conn->query('SELECT');
20
-}, Dibi\DriverException::class, '%a% syntax error', 1);
+}, Dibi\DriverException::class, '%a%', 1);
21
22
Assert::same('SELECT', $e->getSql());
23
0 commit comments