Пример #1
0
 /**
  * Tests toArray method exception.
  *
  * @expectedException \LogicException
  */
 public function testToArrayException()
 {
     $phrase = new Phrase('', '');
     $phrase->toArray();
 }