public function testGetBasePath()
 {
     $basePath = 'some_path';
     $this->configureGetBasePathMethod($basePath);
     $this->assertEquals($basePath, $this->database->getBasePath());
 }