Пример #1
0
 /**
  * @covers Dropdown::__construct
  */
 public function test__construct()
 {
     $this->drop = new \Dropdown("Office Name");
     $this->assertSame("select", $this->drop->getType());
 }