Example #1
0
 /** @test */
 public function it_sets_correct_value_for_currency()
 {
     $this->request->currency('eUr');
     $this->assertSame('EUR', $this->request->getCurrency());
 }