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
path: root/tests
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2015-03-12 07:15:09 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2015-03-12 07:15:09 +0300
commit70b05e55bfee2027caa1f70e07252993d6b861ec (patch)
tree97b9d62aa91aa0ccbe728a6c118d8f1859dd046c /tests
parent4f9da9d0759ef884f24340ca6a1a3b3319938d82 (diff)
typo
Diffstat (limited to 'tests')
-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 f08eaa1953..8e07c39cc7 100755
--- a/tests/PHPUnit/Framework/TestCase/UnitTestCase.php
+++ b/tests/PHPUnit/Framework/TestCase/UnitTestCase.php
@@ -18,7 +18,7 @@ use Piwik\Tests\Framework\Mock\File;
*/
abstract class UnitTestCase extends \PHPUnit_Framework_TestCase
{
- public function setup()
+ public function setUp()
{
parent::setUp();
File::reset();