Elgg\I18n\TranslatorTest::testDoesNotProcessArgsOnKey PHP 메소드

testDoesNotProcessArgsOnKey() 공개 메소드

    public function testDoesNotProcessArgsOnKey()
    {
        $this->assertEquals('nonexistent:%s', $this->translator->translate('nonexistent:%s', [1]));
    }