public function testGetPath() { $cookie = new SessionCookie(); $cookie->setPath('foo'); $this->assertEquals('foo', $cookie->getPath()); }