From 98510ab6ee3a210f9b9ef85b5f74d88c2c3a69e2 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Mon, 9 Mar 2015 22:52:44 -0700 Subject: Rename Archive\Invalidator to ArchiveInvalidator and Archive\Purger for ArchivePurger for clarity. --- .../System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php') diff --git a/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php b/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php index 4a74c954bc..77bb4f8dac 100755 --- a/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php +++ b/tests/PHPUnit/System/TwoVisitsWithCustomVariablesSegmentMatchVisitorTypeTest.php @@ -8,7 +8,7 @@ namespace Piwik\Tests\System; use Piwik\Common; -use Piwik\Archive\Invalidator; +use Piwik\Archive\ArchiveInvalidator; use Piwik\CronArchive\SitesToReprocessDistributedList; use Piwik\Db; use Piwik\Tests\Framework\TestCase\SystemTestCase; -- cgit v1.2.3