bitExpert\Disco\AnnotationBeanFactoryUnitTest::retrievingNonExistentBeanThrowsException PHP Method

retrievingNonExistentBeanThrowsException() public method

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