Example #1
0
 /**
  * @covers Xoops\Form\TextArea::getPlaceholder
  */
 public function testGetPlaceholder()
 {
     $value = $this->object->getPlaceholder();
     $this->assertSame('placeholder', $value);
 }