Example #1
0
 /** @test */
 public function it_sets_correct_value_for_amount()
 {
     $this->request->amount(1);
     $this->assertSame('000000000100', $this->request->getAmount());
 }