Esempio n. 1
0
 /**
  * @testdox createParagraphs() throws an exception if its argument is not a boolean
  * @expectedException InvalidArgumentException
  * @expectedExceptionMessage createParagraphs() expects a boolean
  */
 public function testCreateParagraphsInvalid()
 {
     $ruleset = new Ruleset();
     $ruleset->createParagraphs('foo');
 }