Skip to content

Commit

Permalink
Updated for Laminas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM authored and Daniel Berthereau committed Jan 3, 2022
1 parent 892427c commit fcdf53c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function setUp(): void
->disableOriginalConstructor()
->getMock();

$logger = $this->createMock('Zend\Log\Logger');
$logger = $this->createMock('Laminas\Log\Logger');

$serviceLocator = $this->getServiceManager([
'Omeka\EntityManager' => $entityManager,
Expand Down

0 comments on commit fcdf53c

Please sign in to comment.