Example #1
0
 /**
  * Test valid type setting.
  */
 public function testValidTypeSetting()
 {
     $test = new Form(array('type' => 'ask'));
     $this->assertEquals('ask', $test->getType());
 }