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

Commit

Permalink
Cleaned test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvargiu committed Mar 19, 2019
1 parent 3e9cf1e commit fd3e83c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions test/ServiceManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -26,13 +22,6 @@

use function get_class;

interface DecorableInterface
{}
class DecorableClass implements DecorableInterface
{

}

/**
* @covers \Zend\ServiceManager\ServiceManager
*/
Expand Down

0 comments on commit fd3e83c

Please sign in to comment.