Example #1
0
 public function testBibsysSample()
 {
     $response = new XmlImporter('tests/data/oaipmh-bibsys.xml');
     $this->assertCount(89, $response->getRecords());
 }
Example #2
0
 public function testAlmaSample()
 {
     $response = new XmlImporter('tests/data/sru-alma.xml');
     $this->assertCount(3, $response->getRecords());
 }