Beispiel #1
0
 public function testSet()
 {
     $this->assertEquals('foo', $this->collection->set('one.any', 'newValue')->get('one.any'));
 }