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:
authordiosmosis <benaka@piwik.pro>2015-06-20 11:51:14 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-20 11:51:14 +0300
commitfb02cf494e408a6b229e73daab3e6101eec94932 (patch)
tree9287ba5ed40896a63ec26d665b76239e17ef6b66 /tests/PHPUnit/System/AnnotationsTest.php
parentba74a8f30111b6c4608a8ddfa412f6dab79ce56a (diff)
Fix AnnotationsTest.php, no longer needed to use FakeAccess explicitly, DI test overrides will set it.
Diffstat (limited to 'tests/PHPUnit/System/AnnotationsTest.php')
-rwxr-xr-xtests/PHPUnit/System/AnnotationsTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/PHPUnit/System/AnnotationsTest.php b/tests/PHPUnit/System/AnnotationsTest.php
index 2c1dfcf53d..16bc88b952 100755
--- a/tests/PHPUnit/System/AnnotationsTest.php
+++ b/tests/PHPUnit/System/AnnotationsTest.php
@@ -279,13 +279,6 @@ class AnnotationsTest extends SystemTestCase
}
}
-
- public function provideContainerConfig()
- {
- return array(
- 'Piwik\Access' => new FakeAccess()
- );
- }
}
AnnotationsTest::$fixture = new TwoSitesWithAnnotations(); \ No newline at end of file