diff --git a/application/test/OmekaTest/Job/Strategy/SynchronousStrategyTest.php b/application/test/OmekaTest/Job/Strategy/SynchronousStrategyTest.php index 23a299a7f4..185b21c143 100644 --- a/application/test/OmekaTest/Job/Strategy/SynchronousStrategyTest.php +++ b/application/test/OmekaTest/Job/Strategy/SynchronousStrategyTest.php @@ -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,