Nelmio\SecurityBundle\Tests\Session\CookieSessionHandlerTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->handler = new CookieSessionHandler('s');
        $this->kernel = $this->getMock('Symfony\\Component\\HttpKernel\\HttpKernelInterface');
    }