Merge "Use canonical class name. Include ORMRowTest.php"
authorDemon <chadh@wikimedia.org>
Mon, 4 Jun 2012 20:26:28 +0000 (20:26 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 4 Jun 2012 20:26:28 +0000 (20:26 +0000)
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() {