summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Config_test.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-12-01 14:07:19 +0100
committerAndrey Andreev <narf@devilix.net>2016-12-01 14:07:19 +0100
commitbd3b4d158110634ec54d026f2852a649711edefc (patch)
treee97b0604e0cacf77b3479c832b7a6aca6f9e50be /tests/codeigniter/core/Config_test.php
parentb226bccb2f748e252b75595c497ab4b3accfe21e (diff)
Remove tests broken by the func removals from last few commits
Diffstat (limited to 'tests/codeigniter/core/Config_test.php')
-rw-r--r--tests/codeigniter/core/Config_test.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/codeigniter/core/Config_test.php b/tests/codeigniter/core/Config_test.php
index b5c9e849d..5201d46dc 100644
--- a/tests/codeigniter/core/Config_test.php
+++ b/tests/codeigniter/core/Config_test.php
@@ -152,13 +152,6 @@ class Config_test extends CI_TestCase {
// --------------------------------------------------------------------
- public function test_system_url()
- {
- $this->assertEquals($this->cfg['base_url'].'system/', $this->config->system_url());
- }
-
- // --------------------------------------------------------------------
-
public function test_load()
{
// Test regular load
@@ -237,4 +230,4 @@ class Config_test extends CI_TestCase {
$this->assertNull($this->config->load($file));
}
-} \ No newline at end of file
+}