Esempio n. 1
0
 public function testMatchPath()
 {
     $this->assertTrue(CookieJar::matchPath('/', '/foo'));
     $this->assertFalse(CookieJar::matchPath('/', 'foo'));
 }