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

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

    public function checkForBeanWithEmptyIdWillReturnFalse()
    {
        $this->assertFalse($this->beanFactory->has(''));
    }
AnnotationBeanFactoryUnitTest