We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1ab09 commit 940fd58Copy full SHA for 940fd58
tests/it_should_implement_psr_container_interface.php
@@ -0,0 +1,8 @@
1
+<?php
2
+
3
+use Psr\Container\ContainerInterface;
4
+use Technically\NullContainer\NullContainer;
5
6
+$container = new NullContainer();
7
8
+assert($container instanceof ContainerInterface);
0 commit comments