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

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->signer = new Signer('secret', 'sha1');
        $this->kernel = $this->getMock('Symfony\\Component\\HttpKernel\\HttpKernelInterface');
    }