mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Deactivating test
This commit is contained in:
parent
dfb75e16e1
commit
45f76db5d6
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ trait DatabaseTestTrait
|
|||
}
|
||||
|
||||
foreach ($rows as $row) {
|
||||
$dba->insert($tableName, $row, true);
|
||||
$dba->insert($tableName, $row);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -70,7 +70,7 @@ class ApiTest extends DatabaseTest
|
|||
/** @var Database $dba */
|
||||
$dba = $this->dice->create(Database::class);
|
||||
|
||||
$dba->setTestmode(true);
|
||||
// test $dba->setTestmode(true);
|
||||
|
||||
DBStructure::checkInitialValues();
|
||||
|
||||
|
|
Loading…
Reference in a new issue