Skip to content
Snippets Groups Projects
Commit d632b9e5 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #9710 from owncloud/fix-failing-unit-test-on-MapperTestUtility.php-master

kill unused require of MapperTestUtility.php
parents e85f078d 9ee8c60b
Branches
No related tags found
No related merge requests found
......@@ -25,9 +25,7 @@
namespace OCP\AppFramework\Db;
use \OCP\IDb;
require_once __DIR__ . '/MapperTestUtility.php';
use Test\AppFramework\Db\MapperTestUtility;
/**
* @method integer getId()
......@@ -54,6 +52,9 @@ class ExampleMapper extends Mapper {
class MapperTest extends MapperTestUtility {
/**
* @var Mapper
*/
private $mapper;
public function setUp(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment