Exemplo n.º 1
0
 protected function createConfig()
 {
     $this->configuration->addAccount(array('id' => $this->accountId, 'name' => $this->accountName, 'accountName' => $this->accountName, 'description' => 'Test Account created by PhpUnit test suite'));
 }