Skip to content

Commit

Permalink
should fix ui tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Jun 8, 2014
1 parent fd64b6f commit 553102a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/CoreConsole/Commands/SetupFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ private function requireFixtureFiles()
require_once PIWIK_INCLUDE_PATH . '/libs/PiwikTracker/PiwikTracker.php';
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/FakeAccess.php';
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/TestingEnvironment.php';
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/IntegrationTestCase.php';
require_once PIWIK_INCLUDE_PATH . '/tests/PHPUnit/Fixture.php';

$fixturesToLoad = array(
Expand Down

0 comments on commit 553102a

Please sign in to comment.