This repository was archived by the owner on Feb 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Expand file tree Collapse file tree 3 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 11
11
12
12
use Interop \Container \ContainerInterface ;
13
13
use Interop \Container \Exception \ContainerException ;
14
- use Zend \ServiceManager \Exception ;
15
14
16
15
/**
17
16
* Interface for service locator
Original file line number Diff line number Diff line change 10
10
namespace ZendTest \ServiceManager \Exception ;
11
11
12
12
use PHPUnit_Framework_TestCase as TestCase ;
13
- use ProxyManager \Autoloader \AutoloaderInterface ;
14
- use RecursiveDirectoryIterator ;
15
- use RecursiveIteratorIterator ;
16
- use RecursiveRegexIterator ;
17
- use RegexIterator ;
18
- use stdClass ;
19
13
use Zend \ServiceManager \Exception \CyclicAliasException ;
20
- use Zend \ServiceManager \Exception \ServiceNotCreatedException ;
21
- use Zend \ServiceManager \Exception \ServiceNotFoundException ;
22
- use Zend \ServiceManager \Factory \InvokableFactory ;
23
- use Zend \ServiceManager \Proxy \LazyServiceFactory ;
24
- use Zend \ServiceManager \ServiceManager ;
25
- use ZendTest \ServiceManager \TestAsset \InvokableObject ;
26
14
27
15
/**
28
16
* @covers \Zend\ServiceManager\Exception\CyclicAliasException
Original file line number Diff line number Diff line change 10
10
namespace ZendTest \ServiceManager \TestAsset ;
11
11
12
12
use Interop \Container \ContainerInterface ;
13
- use stdClass ;
14
13
use Zend \ServiceManager \Factory \DelegatorFactoryInterface ;
15
14
16
15
class PreDelegator implements DelegatorFactoryInterface
You can’t perform that action at this time.
0 commit comments