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 f501f23 commit 7172181Copy full SHA for 7172181
tests/Integration/Database/EloquentDeleteTest.php
@@ -50,7 +50,7 @@ public function testDeleteUseLimitWithoutJoins()
50
51
public function testDeleteUseLimitWithJoins()
52
{
53
- $ignoredDrivers = ['sqlsrv', 'mysql'];
+ $ignoredDrivers = ['sqlsrv', 'mysql', 'mariadb'];
54
55
if (in_array($this->driver, $ignoredDrivers)) {
56
$this->markTestSkipped("{$this->driver} does not support LIMIT on DELETE statements with JOIN clauses");
0 commit comments