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 58891e9 commit d53e17bCopy full SHA for d53e17b
tests/ModelTest.php
@@ -214,7 +214,7 @@ public function testDatabaseErrorsOnInsert()
214
215
$this->assertArrayHasKey('database_error', $userModel->errors());
216
$this->assertSame(
217
- "Duplicate entry 'Test User 1' for key 'users.username'",
+ "Duplicate entry 'Test User 1' for key 'db_users.username'",
218
$userModel->errors()['database_error']
219
);
220
0 commit comments