Skip to content
Extraits de code Groupes Projets
Valider 900c7e37 rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Remove unnecessary archive table deletion in archiver tests (tables deleted by...

Remove unnecessary archive table deletion in archiver tests (tables deleted by database drop in fixture setup).
parent f72b82b8
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -81,7 +81,6 @@ class ArchiveCronTest extends IntegrationTestCase
if(self::isPhpVersion53()) {
$this->markTestSkipped('Fails on PHP 5.3 once in a blue moon.');
}
self::deleteArchiveTables();
$this->setLastRunArchiveOptions();
$output = $this->runArchivePhpCron();
......
......@@ -30,8 +30,6 @@ class ArchiveWebTest extends IntegrationTestCase
$this->markTestSkipped('Skipping on Mysqli as it randomly fails.');
}
self::deleteArchiveTables();
$host = Fixture::getRootUrl();
$token = Fixture::getTokenAuth();
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter