Example #1
0
 public function testClear()
 {
     $this->bag->clear();
     $this->assertEquals(array(), $this->bag->all());
 }
 /**
  * Gets the stored configuration for all the features for this provider
  *
  * @return array
  */
 protected function getConfiguration()
 {
     $all = $this->bag->all();
     return $all;
 }