Nelmio\SecurityBundle\Tests\Listener\SignedCookieListenerTest::provideCookieWriting PHP Method

provideCookieWriting() public method

    public function provideCookieWriting()
    {
        return array(array(array(), array(), array()), array(array(), array('foo' => 'bar'), array('foo' => 'bar')), array(array('foo'), array('foo' => 'bar'), array('foo' => 'bar.ca3756f81d3728a023bdc8a622c0906f373b795e')), array(array('*'), array('foo' => 'bar'), array('foo' => 'bar.ca3756f81d3728a023bdc8a622c0906f373b795e')));
    }