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

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

    public function retrievingSingletonNonLazySessionBeanReturnsDependencyAsProxy()
    {
        $bean = $this->beanFactory->get('singletonNonLazySessionBean');
        self::assertInstanceOf(VirtualProxyInterface::class, $bean->service);
    }
AnnotationBeanFactoryUnitTest