Пример #1
0
 /**
  * @covers Xoops\Form\TextArea::getRows
  */
 public function testGetRows()
 {
     $value = $this->object->getRows();
     $this->assertSame(5, $value);
 }