Elgg\I18n\TranslatorTest::testDoesNotProcessArgsOnKey PHP Méthode

testDoesNotProcessArgsOnKey() public méthode

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