Example #1
0
 /**
  * Test enable price load.
  *
  * @depends testDisablePriceLoad
  *
  * @param oxArticle $oArticle
  *
  * @return null
  */
 public function testEnablePriceLoad(\OxidEsales\EshopCommunity\Application\Model\Article $oArticle)
 {
     $oArticle->enablePriceLoad();
     $this->assertNotNull($oArticle->getBasePrice());
 }