Skip to content

Commit

Permalink
Fixing require paths in TestsSetupFixture.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Feb 9, 2015
1 parent 19acdb5 commit a85b33a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/TestRunner/Commands/TestsSetupFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ private function createFixture(InputInterface $input, $allowSave)
private function requireFixtureFiles(InputInterface $input)
{
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';

$fixturesToLoad = array(
'/tests/PHPUnit/Fixtures/*.php',
Expand Down

0 comments on commit a85b33a

Please sign in to comment.