コード例 #1
0
ファイル: TextAreaTest.php プロジェクト: redmexico/XoopsCore
 /**
  * @covers Xoops\Form\TextArea::getPlaceholder
  */
 public function testGetPlaceholder()
 {
     $value = $this->object->getPlaceholder();
     $this->assertSame('placeholder', $value);
 }