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:
authorStefan Giehl <stefan@matomo.org>2020-02-11 14:26:02 +0300
committerGitHub <noreply@github.com>2020-02-11 14:26:02 +0300
commitcce28d09be27006a12654f5cc5aeff7927eb0618 (patch)
treee4911acc644acb146f5b730cfe5510dcb7b58fdb /plugins/Insights
parent5d2dab75e3654126ed95ea72b58b4c225ac59492 (diff)
Use \PHPUnit\FrameWork\TestCase instead of \PHPUnit_Framework_TestCase (#15554)
Diffstat (limited to 'plugins/Insights')
-rw-r--r--plugins/Insights/tests/Unit/BaseUnitTest.php2
-rw-r--r--plugins/Insights/tests/Unit/InsightReportTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Insights/tests/Unit/BaseUnitTest.php b/plugins/Insights/tests/Unit/BaseUnitTest.php
index 80793224f4..d50cb0dc61 100644
--- a/plugins/Insights/tests/Unit/BaseUnitTest.php
+++ b/plugins/Insights/tests/Unit/BaseUnitTest.php
@@ -19,7 +19,7 @@ use Piwik\DataTable\Row;
* @group Unit
* @group Core
*/
-abstract class BaseUnitTest extends \PHPUnit_Framework_TestCase
+abstract class BaseUnitTest extends \PHPUnit\Framework\TestCase
{
/**
* @var DataTable
diff --git a/plugins/Insights/tests/Unit/InsightReportTest.php b/plugins/Insights/tests/Unit/InsightReportTest.php
index 88f1ea8719..34518321ba 100644
--- a/plugins/Insights/tests/Unit/InsightReportTest.php
+++ b/plugins/Insights/tests/Unit/InsightReportTest.php
@@ -19,7 +19,7 @@ use Piwik\Plugins\Insights\Visualizations\Insight;
* @group Unit
* @group Core
*/
-class InsightReportTest extends \PHPUnit_Framework_TestCase
+class InsightReportTest extends \PHPUnit\Framework\TestCase
{
/**
* @var InsightReport