1 | <?php |
||
8 | class ErrorHandlerManagerTest extends TestCase |
||
9 | { |
||
10 | /** |
||
11 | * @var ErrorHandlerManager |
||
12 | */ |
||
13 | protected $pluginManager; |
||
14 | |||
15 | public function setUp() |
||
27 | |||
28 | /** |
||
29 | * @test |
||
30 | */ |
||
31 | public function callablesAreReturned() |
||
36 | |||
37 | /** |
||
38 | * @test |
||
39 | * @expectedException \Zend\ServiceManager\Exception\InvalidServiceException |
||
40 | */ |
||
41 | public function nonCallablesThrowException() |
||
45 | } |
||
46 |