/**
  * @test
  */
 public function configurationArrayNotEmptyAfterGetARandomValue()
 {
     $this->fixture->get(uniqid('foo'));
     $actual = $this->fixture->getConfiguration();
     $this->assertTrue(count($actual) > 0);
 }