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

Commit 61bcf9b

Browse files
Gianluca Arbezzanoweierophinney
authored andcommitted
service manager implements interop container interface
1 parent 2a3f891 commit 61bcf9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/ServiceManagerTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ public function setup()
3434
$this->serviceManager = new ServiceManager;
3535
}
3636

37+
public function testInteroperabilityInterface()
38+
{
39+
$serviceManager = new ServiceManager();
40+
$this->assertInstanceOf("Interop\Container\ContainerInterface", $serviceManager);
41+
}
42+
3743
/**
3844
* @covers Zend\ServiceManager\ServiceManager::__construct
3945
*/

0 commit comments

Comments
 (0)