function testSkip()
 {
     $iterator = new IteratorCollectionAdapter(new ArrayIterator([0]));
     $this->assertInstanceOf('Collections\\SkippingIterator', $iterator->skip(0));
 }