public function testGetDefaultEnvironment()
 {
     $service = new MemcacheService();
     $environment = $service->getCloudEnvironment();
     $this->assertInstanceOf('\\Acquia\\Cloud\\Environment\\CloudEnvironment', $environment);
 }