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/VisitTime
parent5d2dab75e3654126ed95ea72b58b4c225ac59492 (diff)
Use \PHPUnit\FrameWork\TestCase instead of \PHPUnit_Framework_TestCase (#15554)
Diffstat (limited to 'plugins/VisitTime')
-rw-r--r--plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php b/plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php
index 7641810f36..50b4f137f3 100644
--- a/plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php
+++ b/plugins/VisitTime/tests/Unit/AddSegmentByLabelInUTCTest.php
@@ -16,7 +16,7 @@ use Piwik\DataTable;
* @group AddSegmentByLabelInUTCTest
* @group Plugins
*/
-class AddSegmentByLabelInUTCTest extends \PHPUnit_Framework_TestCase
+class AddSegmentByLabelInUTCTest extends \PHPUnit\Framework\TestCase
{
private $filter = 'Piwik\Plugins\VisitTime\DataTable\Filter\AddSegmentByLabelInUTC';