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

Testing to catch exception for build:...

parent bd41c77e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -4,14 +4,14 @@
* Used by tests/PHPUnit/Integration/ImportLogsTest.php and tests/PHPUnit/Integration/UITest.php
*/
use Piwik\Tracker\Cache;
require realpath(dirname(__FILE__)) . "/includes.php";
Piwik_TestingEnvironment::addHooks();
if (\Piwik\SettingsPiwik::isPiwikInstalled()) {
try {
\Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();
} catch(Exception $e) {
// eg. Piwik not installed yet
}
\Piwik\Profiler::setupProfilerXHProf();
......
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