protected function createConfig()
 {
     $this->configuration->addAccount(array('id' => 'test', 'accountName' => 'Test', 'description' => 'Test Account created by PhpUnit test suite'));
 }