/**
  * @covers ::getDatabaseClusterList
  * @expectedException \RuntimeException
  */
 public function testDatabaseClusterListPropertyWhenUnset()
 {
     $environment = new Environment('test');
     $environment->getDatabaseClusterList();
 }