From fd3e83cb86bec4eb9aacdeeb33d25c6e312f8c68 Mon Sep 17 00:00:00 2001 From: Thomas Vargiu Date: Tue, 19 Mar 2019 21:19:58 +0100 Subject: [PATCH] Cleaned test --- test/ServiceManagerTest.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/ServiceManagerTest.php b/test/ServiceManagerTest.php index 9dd2f9c4..1bee9b67 100644 --- a/test/ServiceManagerTest.php +++ b/test/ServiceManagerTest.php @@ -10,13 +10,9 @@ use DateTime; use PHPUnit\Framework\TestCase; use Psr\Container\ContainerInterface; -use ReflectionObject; use stdClass; -use Zend\ServiceManager\Exception\ServiceNotCreatedException; -use Zend\ServiceManager\Exception\ServiceNotFoundException; use Zend\ServiceManager\Factory\AbstractFactoryInterface; use Zend\ServiceManager\Factory\ContainerException; -use Zend\ServiceManager\Factory\DelegatorFactoryInterface; use Zend\ServiceManager\Factory\FactoryInterface; use Zend\ServiceManager\Factory\InvokableFactory; use Zend\ServiceManager\Proxy\LazyServiceFactory; @@ -26,13 +22,6 @@ use function get_class; -interface DecorableInterface -{} -class DecorableClass implements DecorableInterface -{ - -} - /** * @covers \Zend\ServiceManager\ServiceManager */