Jasny\Twig\DateExtensionTest::testLocalDateLong PHP 메소드

testLocalDateLong() 공개 메소드

public testLocalDateLong ( )
    public function testLocalDateLong()
    {
        $this->check('September 20, 2015', "{{ '20-09-2015'|localdate('long') }}");
    }