diff options
author | Andrey Andreev <narf@devilix.net> | 2016-12-01 14:07:19 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-12-01 14:07:19 +0100 |
commit | bd3b4d158110634ec54d026f2852a649711edefc (patch) | |
tree | e97b0604e0cacf77b3479c832b7a6aca6f9e50be /tests/codeigniter/core | |
parent | b226bccb2f748e252b75595c497ab4b3accfe21e (diff) |
Remove tests broken by the func removals from last few commits
Diffstat (limited to 'tests/codeigniter/core')
-rw-r--r-- | tests/codeigniter/core/Config_test.php | 9 |
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 +} |