Skip to content

Commit

Permalink
refs #1915 trying to fix the installation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed May 2, 2014
1 parent d509153 commit ce33725
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/PHPUnit/UI
Submodule UI updated from ab41f1 to b8f163
5 changes: 4 additions & 1 deletion tests/PHPUnit/proxy/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
require realpath(dirname(__FILE__)) . "/includes.php";

Piwik_TestingEnvironment::addHooks();
\Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();

if (empty($_GET['ignoreClearAllViewDataTableParameters'])) {
\Piwik\ViewDataTable\Manager::clearAllViewDataTableParameters();
}

\Piwik\Profiler::setupProfilerXHProf();

Expand Down

0 comments on commit ce33725

Please sign in to comment.