summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes/db/ORMTableTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/db/ORMTableTest.php')
-rw-r--r--tests/phpunit/includes/db/ORMTableTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/db/ORMTableTest.php b/tests/phpunit/includes/db/ORMTableTest.php
index 4cadf31c..e583d1bc 100644
--- a/tests/phpunit/includes/db/ORMTableTest.php
+++ b/tests/phpunit/includes/db/ORMTableTest.php
@@ -45,6 +45,7 @@ class ORMTableTest extends MediaWikiTestCase {
*/
public function getTable() {
$class = $this->getTableClass();
+
return $class::singleton();
}
@@ -84,7 +85,6 @@ class ORMTableTest extends MediaWikiTestCase {
$db->ignoreErrors( false );
}
-
}
/**