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