예제 #1
0
 public function test_keys()
 {
     $bag = new ParameterBag(array('foo' => 'bar'));
     $this->assertEquals(array('foo'), $bag->keys());
 }