From: Platonides Date: Sun, 3 Jun 2012 13:22:31 +0000 (+0200) Subject: Use canonical class name. Include ORMRowTest.php X-Git-Tag: 1.31.0-rc.0~23413^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=e4b2dea3c4a233f2049e9a1d1638a1b7185d3d22;p=lhc%2Fweb%2Fwiklou.git Use canonical class name. Include ORMRowTest.php Change-Id: Ia6bc39492056bb3aa3a1a17097b71b70d1344e50 --- 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() {