From e4b2dea3c4a233f2049e9a1d1638a1b7185d3d22 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 3 Jun 2012 15:22:31 +0200 Subject: [PATCH] Use canonical class name. Include ORMRowTest.php Change-Id: Ia6bc39492056bb3aa3a1a17097b71b70d1344e50 --- tests/phpunit/includes/db/TestORMRowTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/includes/db/TestORMRowTest.php b/tests/phpunit/includes/db/TestORMRowTest.php index 49c2161a5a..ca3e9e6f9a 100644 --- a/tests/phpunit/includes/db/TestORMRowTest.php +++ b/tests/phpunit/includes/db/TestORMRowTest.php @@ -38,6 +38,8 @@ * @licence GNU GPL v2+ * @author Jeroen De Dauw < jeroendedauw@gmail.com > */ +require_once dirname( __FILE__ ) . "/ORMRowTest.php"; + class TestORMRowTest extends ORMRowTest { /** @@ -53,7 +55,7 @@ class TestORMRowTest extends ORMRowTest { * @return IORMTable */ protected function getTableInstance() { - return TestORMtable::singleton(); + return TestORMTable::singleton(); } public function setUp() { -- 2.20.1