diff options
Diffstat (limited to 'tests/phpunit/includes/db/TestORMRowTest.php')
-rw-r--r-- | tests/phpunit/includes/db/TestORMRowTest.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/phpunit/includes/db/TestORMRowTest.php b/tests/phpunit/includes/db/TestORMRowTest.php index ca31cf94ee41..a5c19f9c04b5 100644 --- a/tests/phpunit/includes/db/TestORMRowTest.php +++ b/tests/phpunit/includes/db/TestORMRowTest.php @@ -35,14 +35,10 @@ * that hold the first tests in a pending state awaiting access to the database. * @group medium * + * @covers TestORMRow * @licence GNU GPL v2+ * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ -require_once __DIR__ . "/ORMRowTest.php"; - -/** - * @covers TestORMRow - */ class TestORMRowTest extends ORMRowTest { /** |