Skip to content
Extraits de code Groupes Projets
Valider e93ceccb rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #6009 forgot to commit this change

parent 7055eb4e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -112,7 +112,7 @@ class DependencyTest extends PHPUnit_Framework_TestCase
public function test_getMissingDependencies_detectsPluginVersion()
{
PluginManager::getInstance()->returnLoadedPluginsInfo();
PluginManager::getInstance()->loadAllPluginsAndGetTheirInfo();
$this->assertMissingDependency(array('Annotations' => '>=2.1'), array());
$this->assertMissingDependency(array('Annotations' => '>=' . Version::VERSION), array());
......
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