コード例 #1
0
 public function setUp()
 {
     $this->address = new Mage_Customer_Model_Address();
     $this->address->setFirstname('Joachim');
     $this->address->setLastname('Schmidt');
     $this->address->setStreet('Bei der Schmiede 5');
     $this->address->setCity('Hamburg');
     $this->address->setPostcode(21109);
     $this->address->setCountryId('DE');
     $this->store = Mage::app()->getStore(0)->load(0);
     $this->store->resetConfig();
     $this->store->setConfig('scoring/buergel/services', Netresearch_Buergel_Model_System_Source_Service::CONCHECK);
     $this->config = Mage::getModel('buergel/config');
     return parent::setUp();
 }
コード例 #2
0
 public function setUp()
 {
     $this->store = Mage::app()->getStore(0)->load(0);
     $this->config = Mage::getModel('buergel/config');
     parent::setUp();
 }
コード例 #3
0
 public function setUp()
 {
     parent::setUp();
 }