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

Commit fd3e83c

Browse files
committed
Cleaned test
1 parent 3e9cf1e commit fd3e83c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/ServiceManagerTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@
1010
use DateTime;
1111
use PHPUnit\Framework\TestCase;
1212
use Psr\Container\ContainerInterface;
13-
use ReflectionObject;
1413
use stdClass;
15-
use Zend\ServiceManager\Exception\ServiceNotCreatedException;
16-
use Zend\ServiceManager\Exception\ServiceNotFoundException;
1714
use Zend\ServiceManager\Factory\AbstractFactoryInterface;
1815
use Zend\ServiceManager\Factory\ContainerException;
19-
use Zend\ServiceManager\Factory\DelegatorFactoryInterface;
2016
use Zend\ServiceManager\Factory\FactoryInterface;
2117
use Zend\ServiceManager\Factory\InvokableFactory;
2218
use Zend\ServiceManager\Proxy\LazyServiceFactory;
@@ -26,13 +22,6 @@
2622

2723
use function get_class;
2824

29-
interface DecorableInterface
30-
{}
31-
class DecorableClass implements DecorableInterface
32-
{
33-
34-
}
35-
3625
/**
3726
* @covers \Zend\ServiceManager\ServiceManager
3827
*/

0 commit comments

Comments
 (0)