Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2015-11-02 01:17:29 +0300
committersgiehl <stefan@piwik.org>2015-11-19 01:39:26 +0300
commitd9bbb09ac0b0076f57ca9fe20d313cb9f1f1814a (patch)
treeeb7b96e5b8e39e357712e2e8c69bec63069293ca /tests/PHPUnit/Framework/Fixture.php
parent1e2adec1e58eb24b3df15cf443e615ea72846ab7 (diff)
cleanup
fixed notice
Diffstat (limited to 'tests/PHPUnit/Framework/Fixture.php')
-rw-r--r--tests/PHPUnit/Framework/Fixture.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Framework/Fixture.php b/tests/PHPUnit/Framework/Fixture.php
index d66cfdac6e..29b4625465 100644
--- a/tests/PHPUnit/Framework/Fixture.php
+++ b/tests/PHPUnit/Framework/Fixture.php
@@ -243,7 +243,6 @@ class Fixture extends \PHPUnit_Framework_Assert
static::fail("TEST INITIALIZATION FAILED: " . $e->getMessage() . "\n" . $e->getTraceAsString());
}
- include "DataFiles/Socials.php";
include "DataFiles/Providers.php";
if (!$this->isFixtureSetUp()) {