Example #1
0
 /**
  * @test
  */
 public function testCanBeInstantiate()
 {
     $this->assertInstanceOf('Arcanedev\\Currency\\Services\\Entities\\Rate', $this->rate);
     $this->assertInstanceOf('Arcanedev\\Currency\\Services\\Entities\\Currency', $this->rate->getFrom());
     $this->assertInstanceOf('Arcanedev\\Currency\\Services\\Entities\\Currency', $this->rate->getTo());
 }