Add a case where the translation string is not found. re #96
This commit is contained in:
부모
9b592b863d
커밋
504b717fb8
1개의 변경된 파일과 2개의 추가작업 그리고 0개의 파일을 삭제
|
|
@ -15,6 +15,8 @@ class BaseTest extends PHPUnit_Framework_TestCase
|
|||
public function testLocalize ()
|
||||
{
|
||||
$this->assertEquals ("Authors", localize ("authors.title"));
|
||||
|
||||
$this->assertEquals ("unknow.key", localize ("unknow.key"));
|
||||
}
|
||||
|
||||
public function testLocalizeFr ()
|
||||
|
|
|
|||
불러오는 중…
테이블 추가
Add a link
Reference in a new issue