Elgg\I18n\TranslatorTest::testDoesNotProcessArgsOnKey PHP Method

testDoesNotProcessArgsOnKey() public method

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