コード例 #1
0
ファイル: ElementTest.php プロジェクト: slkxmail/App
 public function testEmptyOption()
 {
     $element = new Element('test');
     $element->setEmptyOption('test');
     $this->assertEquals('test', $element->getEmptyOption());
 }