public function testGet()
 {
     $this->collection[0] = 'test';
     $this->assertEquals('test', $this->collection->get(0));
 }