From 9f4ba4eea6c85a92b87fbad6f0556ee5d8551762 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Mon, 13 Oct 2014 04:21:24 +0200 Subject: refs #5940 moved files into a subfolder framework, added autoloader to remove duplicated code to load autoload.php and to be able to register more autoloaders (eg for test files) on demand. This I got read of many includes that had to be updated all the time and that had to be updated all the time when moving iles --- tests/PHPUnit/System/NonUnicodeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PHPUnit/System/NonUnicodeTest.php') diff --git a/tests/PHPUnit/System/NonUnicodeTest.php b/tests/PHPUnit/System/NonUnicodeTest.php index 5bcbfe1dd0..e498370559 100755 --- a/tests/PHPUnit/System/NonUnicodeTest.php +++ b/tests/PHPUnit/System/NonUnicodeTest.php @@ -7,7 +7,7 @@ */ namespace Piwik\Tests\System; -use Piwik\Tests\Impl\SystemTestCase; +use Piwik\Tests\Framework\TestCase\SystemTestCase; use Piwik\Tests\Fixtures\SomeVisitsWithNonUnicodePageTitles; /** -- cgit v1.2.3