Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-12 14:41:56 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-02-12 14:41:56 +0300
commit805c5f01a0465e48b6c7287cd443f86a5a1a9dbe (patch)
treedf13306961b635001e6ac6e7c90877cdde2ff438 /tests/HordeTranslationHandlerTest.php
parent64fb41a6ec7869fe9a17580d3da8f8ae0572e6ef (diff)
Extract testing framework for other apps; fix base classes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests/HordeTranslationHandlerTest.php')
-rw-r--r--tests/HordeTranslationHandlerTest.php4
1 files changed, 2 insertions, 2 deletions
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;