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