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 6862d43 commit a52b4f8Copy full SHA for a52b4f8
tests/system/Database/Builder/InsertTest.php
@@ -258,7 +258,7 @@ public function testInsertBatchThrowsExceptionOnEmptyData()
258
$builder = $this->db->table('jobs');
259
260
$this->expectException(DatabaseException::class);
261
- $this->expectExceptionMessage('insertBatch() called with no data');
+ $this->expectExceptionMessage('insertBatch()/upsertBatch called with no data');
262
$builder->insertBatch([]);
263
}
264
0 commit comments