public function testToAndFromArray()
 {
     $aMetaInformationArray = $this->metaInformation->toArray();
     $newMetaInformation = MetaInformation::fromArray($aMetaInformationArray);
     $this->assertTrue($this->metaInformation->sameValueAs($newMetaInformation));
 }
 public function testMetaInformation()
 {
     $this->assertTrue($this->metaInformation->sameValueAs($this->queryResultCreated->metaInformation()));
 }