public function testGetIterator()
 {
     $this->assertInstanceOf('RecursiveArrayIterator', $this->page->getIterator());
 }