1 | <?php |
||
18 | class EntryNameResolverManagerFunctionalTest extends AbstractHttpControllerTestCase |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * Создан некорректный плагин |
||
23 | * |
||
24 | * @expectedExceptionMessage Plugin of type stdClass is invalid; must implement Nnx\EntryNameResolver\EntryNameResolverInterface |
||
25 | * @expectedException \Zend\ServiceManager\Exception\RuntimeException |
||
26 | * |
||
27 | * @throws \Zend\Stdlib\Exception\LogicException |
||
28 | * @throws \Zend\ServiceManager\Exception\ServiceNotFoundException |
||
29 | * @throws \Zend\ServiceManager\Exception\InvalidServiceNameException |
||
30 | */ |
||
31 | public function testResolveEntryNameByContext() |
||
46 | } |
||
47 |