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

Tweak sanity check exception message.

parent e4eadfee
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -687,7 +687,7 @@ class Fixture extends PHPUnit_Framework_Assert ...@@ -687,7 +687,7 @@ class Fixture extends PHPUnit_Framework_Assert
if ($this->dbName == $originalDbName if ($this->dbName == $originalDbName
&& $this->dbName != 'piwik_tests' && $this->dbName != 'piwik_tests'
) { // santity check ) { // santity check
throw new \Exception("Trying to drop original database $originalDbName. Something's wrong w/ the tests."); throw new \Exception("Trying to drop original database '$originalDbName'. Something's wrong w/ the tests.");
} }
DbHelper::dropDatabase(); DbHelper::dropDatabase();
......
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