コード例 #1
0
 public function testAcceptCustom()
 {
     $_COOKIE['accept'] = true;
     self::assertEquals('dispatched', $this->dispatcher->dispatch(new Nano_Routes(), ''));
 }