Ejemplo n.º 1
0
 protected function setUp()
 {
     parent::setUp();
     $this->currencies = new CurrencyCollection();
 }
Ejemplo n.º 2
0
 protected function setUp()
 {
     parent::setUp();
     $this->rate = new Rate();
 }
Ejemplo n.º 3
0
 protected function setUp()
 {
     parent::setUp();
     $this->rates = new RateCollection();
 }
Ejemplo n.º 4
0
 protected function setUp()
 {
     parent::setUp();
     $this->currency = new Currency();
 }