bitExpert\Disco\AnnotationBeanFactoryUnitTest::retrievingBeanWithEmptyStringThrowsException PHP 메소드

retrievingBeanWithEmptyStringThrowsException() 공개 메소드

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