Example #1
0
 /** @test */
 public function it_sets_correct_value_for_order_id()
 {
     $this->request->orderID(1);
     $this->assertSame(str_pad('1', 15), $this->request->getOrderID());
 }