From fa5f07ba9a77959796c3c7a4851f2f2fe1051afa Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 1 Oct 2018 10:07:57 +0200 Subject: Put back old tests for stable nextcloud version --- tests/Unit/Db/MapperTestUtility.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Unit/Db/MapperTestUtility.php') diff --git a/tests/Unit/Db/MapperTestUtility.php b/tests/Unit/Db/MapperTestUtility.php index caef6527c..0c45a0bba 100644 --- a/tests/Unit/Db/MapperTestUtility.php +++ b/tests/Unit/Db/MapperTestUtility.php @@ -23,10 +23,11 @@ namespace OCA\News\Tests\Unit\Db; +use PHPUnit\Framework\TestCase; /** * Simple utility class for testing mappers */ -abstract class MapperTestUtility extends \PHPUnit_Framework_TestCase +abstract class MapperTestUtility extends TestCase { protected $db; private $query; -- cgit v1.2.3