Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 946ff63

Browse files
committed
Updated test assets factories to PSR-11 container
1 parent e4b93d3 commit 946ff63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/TestAsset/AbstractFactoryFoo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace ZendTest\ServiceManager\TestAsset;
99

10-
use Interop\Container\ContainerInterface;
10+
use Psr\Container\ContainerInterface;
1111
use Zend\ServiceManager\Factory\AbstractFactoryInterface;
1212

1313
class AbstractFactoryFoo implements AbstractFactoryInterface

test/TestAsset/PassthroughDelegatorFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace ZendTest\ServiceManager\TestAsset;
99

10-
use Interop\Container\ContainerInterface;
10+
use Psr\Container\ContainerInterface;
1111
use Zend\ServiceManager\Factory\DelegatorFactoryInterface;
1212

1313
class PassthroughDelegatorFactory implements DelegatorFactoryInterface

0 commit comments

Comments
 (0)