Carew\Tests\Event\Listener\Metadata\OptimizationTest::getOnPostTests PHP Method

getOnPostTests() public method

public getOnPostTests ( )
    public function getOnPostTests()
    {
        return array(array('2010/09/09/foobar-bar.html', '%year%/%month%/%day%/%slug%.html'), array('2010/foobar-bar-toto.html', '%year%/%slug%-toto.html'), array('foobar-bar.html', '%slug%.html'), array('foobar-bar.html', '%slug%'), array('foobar-bar/index.html', '%slug%/'));
    }