Use canonical class name. Include ORMRowTest.php
authorPlatonides <platonides@gmail.com>
Sun, 3 Jun 2012 13:22:31 +0000 (15:22 +0200)
committerPlatonides <platonides@gmail.com>
Sun, 3 Jun 2012 13:22:31 +0000 (15:22 +0200)
Change-Id: Ia6bc39492056bb3aa3a1a17097b71b70d1344e50

tests/phpunit/includes/db/TestORMRowTest.php

index 49c2161..ca3e9e6 100644 (file)
@@ -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() {