Commit 716f3b30 authored by Benjamin Morel's avatar Benjamin Morel

CS fix

parent 31da3a0b
......@@ -65,7 +65,7 @@ class AbstractSQLiteDriverTest extends AbstractDriverTest
[0, null, 'are not unique'],
],
self::EXCEPTION_FOREIGN_KEY_CONSTRAINT_VIOLATION => [
[0, null, 'FOREIGN KEY constraint failed']
[0, null, 'FOREIGN KEY constraint failed'],
],
self::EXCEPTION_LOCK_WAIT_TIMEOUT => [
[0, null, 'database is locked'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment