示例#1
0
 public function testBinaryMarc()
 {
     $record = Record::fromFile('tests/data/binary-marc.mrc');
     $this->assertInstanceOf('Scriptotek\\Marc\\Record', $record);
 }