From 805c5f01a0465e48b6c7287cd443f86a5a1a9dbe Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 12 Feb 2018 12:41:56 +0100 Subject: Extract testing framework for other apps; fix base classes Signed-off-by: Christoph Wurst --- tests/HordeTranslationHandlerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/HordeTranslationHandlerTest.php') diff --git a/tests/HordeTranslationHandlerTest.php b/tests/HordeTranslationHandlerTest.php index c0c9a246b..e87320d5a 100644 --- a/tests/HordeTranslationHandlerTest.php +++ b/tests/HordeTranslationHandlerTest.php @@ -20,10 +20,10 @@ */ namespace OCA\Mail\Tests; -use PHPUnit_Framework_TestCase; +use ChristophWurst\Nextcloud\Testing\TestCase; use OCA\Mail\HordeTranslationHandler; -class HordeTranslationHandlerTest extends PHPUnit_Framework_TestCase { +class HordeTranslationHandlerTest extends TestCase { private $handler; -- cgit v1.2.3