From cb3a598cdb238f9ce74dce80ef9e59cdfc531a4f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 10 Nov 2014 22:59:50 +0100 Subject: Make root tests extend the \Test\TestCase --- tests/lib/l10n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/l10n.php') diff --git a/tests/lib/l10n.php b/tests/lib/l10n.php index df86fcfda81..68f43b76f51 100644 --- a/tests/lib/l10n.php +++ b/tests/lib/l10n.php @@ -6,7 +6,7 @@ * See the COPYING-README file. */ -class Test_L10n extends PHPUnit_Framework_TestCase { +class Test_L10n extends \Test\TestCase { public function testGermanPluralTranslations() { $l = new OC_L10N('test'); -- cgit v1.2.3