Skip to content

Commit

Permalink
Update Language helper test case
Browse files Browse the repository at this point in the history
  • Loading branch information
narfbg committed Nov 26, 2012
1 parent 3b40706 commit feb1e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeigniter/helpers/language_helper_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function test_lang()
$this->ci_instance_var('lang', $lang);

$this->assertFalse(lang(1));
$this->assertEquals('<label for="foo"></label>', lang(1, 'foo'));
$this->assertEquals('<label for="foo" class="bar"></label>', lang(1, 'foo', array('class' => 'bar')));
}

}

0 comments on commit feb1e05

Please sign in to comment.