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
path: root/tests
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-18 12:03:07 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-18 12:03:07 +0300
commitb7922738d84e1b41b51c5c644b89f5a67140e3c6 (patch)
tree8e31e06e303182f3c60d8d44b9df6e205f9def32 /tests
parent11f4f7190cc62bb65b2d9c3141de9924b464fd39 (diff)
Fix import of old phpunit class
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/Support/HostNameFactoryTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Support/HostNameFactoryTest.php b/tests/Support/HostNameFactoryTest.php
index 1ae9d5c1c..325478e3d 100644
--- a/tests/Support/HostNameFactoryTest.php
+++ b/tests/Support/HostNameFactoryTest.php
@@ -26,10 +26,11 @@ declare(strict_types=1);
namespace OCA\Mail\Tests\Support;
+use ChristophWurst\Nextcloud\Testing\TestCase;
use OCA\Mail\Support\HostNameFactory;
use OCP\Util;
-class HostNameFactoryTest extends \PHPUnit_Framework_TestCase {
+class HostNameFactoryTest extends TestCase {
/** @var HostNameFactory */
private $factory;