protected function setUp()
 {
     $api = new Api('test_id', 'test_secret', 'comparison-engine.monsterlab.co.za');
     $this->model = $api->getModel('bank_credit_cards');
 }
Exemplo n.º 2
0
 protected function setUp()
 {
     $api = new Api('test_id', 'test_secret', 'comparison-engine.monsterlab.co.za');
     $this->mobile = $api->getModel('mobile');
 }