コード例 #1
0
 /**
  * @expectedException \Exception
  * expectedExceptionMessage Invalid paragraph count.
  */
 public function testGetParagraphException()
 {
     $object = new RichText();
     $object->getParagraph(1000);
 }