Ejemplo n.º 1
0
 /**
  * Prepares the environment before running a test.
  */
 protected function setUp()
 {
     parent::setUp();
     self::$adminClient = $this->getClient(self::ADMIN_PARTNER, self::ADMIN_SECRET, self::TEST_SERVER, 1);
     if (!$this->client) {
         //TODO: add a new client and get him from the DB
         //TODO: add this new id to the config file
     }
 }