Example #1
0
 /**
  * @depends testSetRoute
  * @depends testGetOption
  */
 public function testGetMethod()
 {
     $this->fb->method('get');
     $this->assertSame('GET', $this->fb->getMethod());
     $this->assertSame('GET', $this->fb->getAttribute('method'));
 }