Respect\Validation\Exceptions\ValidationExceptionTest::testFormatShouldReplacePlaceholdersProperly PHP Method

testFormatShouldReplacePlaceholdersProperly() public method

public testFormatShouldReplacePlaceholdersProperly ( $template, $result, $vars )
    public function testFormatShouldReplacePlaceholdersProperly($template, $result, $vars)
    {
        $this->assertEquals($result, ValidationException::format($template, $vars));
    }