summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Lang_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codeigniter/core/Lang_test.php')
-rw-r--r--tests/codeigniter/core/Lang_test.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/codeigniter/core/Lang_test.php b/tests/codeigniter/core/Lang_test.php
index f65b335b0..dcc3d0879 100644
--- a/tests/codeigniter/core/Lang_test.php
+++ b/tests/codeigniter/core/Lang_test.php
@@ -4,7 +4,7 @@ class Lang_test extends CI_TestCase {
protected $lang;
- public function setUp()
+ public function set_up()
{
$cls = $this->ci_core_class('lang');
$this->lang = new $cls;
@@ -12,7 +12,7 @@ class Lang_test extends CI_TestCase {
// --------------------------------------------------------------------
- public function testLoad()
+ public function test_load()
{
// get_config needs work
$this->markTestIncomplete('get_config needs work');
@@ -21,7 +21,7 @@ class Lang_test extends CI_TestCase {
// --------------------------------------------------------------------
- public function testLine()
+ public function test_line()
{
$this->markTestIncomplete('get_config needs work');