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