Esempio n. 1
0
 public function testCanGetMethod()
 {
     $testForm = new Form();
     $testForm->setMethod('GET');
     $this->assertEquals('get', $testForm->getMethod());
 }