summaryrefslogtreecommitdiff
path: root/core/tests/Var_Test.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/tests/Var_Test.php')
-rw-r--r--core/tests/Var_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Var_Test.php b/core/tests/Var_Test.php
index 05945089..bd4e360b 100644
--- a/core/tests/Var_Test.php
+++ b/core/tests/Var_Test.php
@@ -29,6 +29,6 @@ class Var_Test extends Unit_Test_Case {
$core = module::get("core");
$expected = array("Parameter" => "updated value", "Parameter2" => "new parameter");
- $this->assert_equal($expected, $core->parameters->select_list("name", "value"));
+ $this->assert_equal($expected, $core->vars->select_list("name", "value"));
}
} \ No newline at end of file