Skip to content

Commit

Permalink
Fix dataproviders in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed Feb 27, 2024
1 parent 4242174 commit 87a79c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function testExceptionOnInvalidEncoding()
*
* @return array
*/
public function mrcFiles()
public static function mrcFiles()
{
return [
['sandburg.mrc', 1], // Single binary MARC file
Expand All @@ -48,7 +48,7 @@ public function mrcFiles()
*
* @return array
*/
public function xmlFiles()
public static function xmlFiles()
{
return [
['oaipmh-bibsys.xml', 89], // Records encapsulated in OAI-PMH response
Expand Down

0 comments on commit 87a79c6

Please sign in to comment.