Example #1
0
 /**
  * @test
  * @expectedException \Mirovit\Borica\Exceptions\LengthException
  */
 public function it_validates_description()
 {
     $this->request->description('');
 }