bitExpert\Disco\AnnotationBeanFactoryUnitTest::retrievingNonExistentBeanThrowsException PHP Метод

retrievingNonExistentBeanThrowsException() публичный Метод

    public function retrievingNonExistentBeanThrowsException()
    {
        $this->beanFactory->get('serviceWhichDoesNotExist');
    }
AnnotationBeanFactoryUnitTest