Neos\Flow\Tests\Functional\I18n\FormatResolverTest::formatResolverWithDatetimeReplacesCorrectValues PHP Method

formatResolverWithDatetimeReplacesCorrectValues() public method

public formatResolverWithDatetimeReplacesCorrectValues ( $stringWithPlaceholders, $arguments, $locale, $expected )
    public function formatResolverWithDatetimeReplacesCorrectValues($stringWithPlaceholders, $arguments, $locale, $expected)
    {
        $result = $this->formatResolver->resolvePlaceholders($stringWithPlaceholders, $arguments, $locale);
        $this->assertEquals($expected, $result);
    }