bitExpert\Disco\AnnotationBeanFactoryUnitTest::retrievingBeanWithEmptyStringThrowsException PHP Method

retrievingBeanWithEmptyStringThrowsException() public method

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