Exemplo n.º 1
0
 /**
  * @covers Radio::__construct
  */
 public function test__construct()
 {
     $this->assertEquals("input", $this->radio->getType());
     $this->assertEquals("radio", $this->radio->get("type"));
 }