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-04-09 09:15:18 +0300
committerdiosmosis <benaka@piwik.pro>2015-04-09 09:15:18 +0300
commit4809a515f3098ab53ba840f55d34943f7afccab0 (patch)
treeb42a5d0cd5ca09c357d6bbd3a194b5ded1cc9864 /tests/PHPUnit/Framework/TestCase
parent4139320aa886586194a1abe3050da3bc9803cb24 (diff)
Document UnitTestCase::provideContainerConfig and clean up bootstrap.php container setup hack.
Diffstat (limited to 'tests/PHPUnit/Framework/TestCase')
-rwxr-xr-xtests/PHPUnit/Framework/TestCase/UnitTestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Framework/TestCase/UnitTestCase.php b/tests/PHPUnit/Framework/TestCase/UnitTestCase.php
index 3d9f8e660d..ad14831bb9 100755
--- a/tests/PHPUnit/Framework/TestCase/UnitTestCase.php
+++ b/tests/PHPUnit/Framework/TestCase/UnitTestCase.php
@@ -54,7 +54,7 @@ abstract class UnitTestCase extends \PHPUnit_Framework_TestCase
}
/**
- * TODO
+ * Use this method to return custom container configuration that you want to apply for the tests.
*
* @return array
*/