Skip to content
Extraits de code Groupes Projets
Valider a50f7fbb rédigé par mattab's avatar mattab
Parcourir les fichiers

Bandwidth is a tracker plugin

parent 0c3db19b
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -147,8 +147,8 @@ class ManagerTest extends IntegrationTestCase ...@@ -147,8 +147,8 @@ class ManagerTest extends IntegrationTestCase
private function assertOnlyTrackerPluginsAreLoaded($expectedPluginNamesLoaded) private function assertOnlyTrackerPluginsAreLoaded($expectedPluginNamesLoaded)
{ {
// should currently load between 10 and 25 plugins // should currently load between 10 and 26 plugins
$this->assertLessThan(25, count($this->manager->getLoadedPlugins())); $this->assertLessThan(26, count($this->manager->getLoadedPlugins()));
$this->assertGreaterThan(10, count($this->manager->getLoadedPlugins())); $this->assertGreaterThan(10, count($this->manager->getLoadedPlugins()));
// we need to make sure it actually only loaded the correct ones // we need to make sure it actually only loaded the correct ones
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter