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:
Diffstat (limited to 'tests/PHPUnit/ConsoleCommandTestCase.php')
-rw-r--r--tests/PHPUnit/ConsoleCommandTestCase.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/PHPUnit/ConsoleCommandTestCase.php b/tests/PHPUnit/ConsoleCommandTestCase.php
index f32533077c..138e6e77eb 100644
--- a/tests/PHPUnit/ConsoleCommandTestCase.php
+++ b/tests/PHPUnit/ConsoleCommandTestCase.php
@@ -8,6 +8,9 @@
namespace Piwik\Tests;
+/**
+ * @deprecated since 2.10.0 use \Piwik\Tests\Framework\TestCase\ConsoleCommandTestCase instead
+ */
class ConsoleCommandTestCase extends Framework\TestCase\ConsoleCommandTestCase
{
} \ No newline at end of file