public function testGetDoesNotUseDeepByDefault() { $bag = new ParameterBag(array( 'foo' => array( 'bar' => 'moo', ), )); $this ->assertNull($bag ->get('foo[bar]')); }