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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-06-18 18:18:46 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-06-18 18:18:46 +0300
commit27f468c2ff91b57097598192d5f2cc246675f946 (patch)
tree38a844a369396eec8fb0a0c8e2c32c1fbbde1453 /tests/PHPUnit/Framework/TestCase
parent596dfc45d3739b204e73f7a4c1b49f3e318913a2 (diff)
Remove usage of UnitTestCase
Diffstat (limited to 'tests/PHPUnit/Framework/TestCase')
-rwxr-xr-xtests/PHPUnit/Framework/TestCase/UnitTestCase.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/PHPUnit/Framework/TestCase/UnitTestCase.php b/tests/PHPUnit/Framework/TestCase/UnitTestCase.php
index 70c054faea..990827c1bc 100755
--- a/tests/PHPUnit/Framework/TestCase/UnitTestCase.php
+++ b/tests/PHPUnit/Framework/TestCase/UnitTestCase.php
@@ -9,12 +9,13 @@
namespace Piwik\Tests\Framework\TestCase;
use Piwik\Application\Environment;
-use Piwik\EventDispatcher;
use Piwik\Tests\Framework\Mock\File;
/**
* Base class for Unit tests.
*
+ * @deprecated Unit tests don't need no environment.
+ *
* @since 2.10.0
*/
abstract class UnitTestCase extends \PHPUnit_Framework_TestCase