summaryrefslogtreecommitdiff
path: root/core/tests
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests')
-rw-r--r--core/tests/Core_Installer_Test.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/tests/Core_Installer_Test.php b/core/tests/Core_Installer_Test.php
index 89fe1f8e..79ae4a0c 100644
--- a/core/tests/Core_Installer_Test.php
+++ b/core/tests/Core_Installer_Test.php
@@ -37,9 +37,6 @@ class Core_Installer_Test extends Unit_Test_Case {
}
public function install_creates_root_item_test() {
- //$max_right =
- // Database::instance()->query("SELECT MAX(`right`) AS `right` FROM items")->current()->right;
-
$max_right = ORM::factory("item")
->select("MAX(`right`) AS `right`")
->find()->right;