ContainerInteropDoctrineTest\AbstractFactoryTest::testStaticCallWithoutContainer PHP 메소드

testStaticCallWithoutContainer() 공개 메소드

    public function testStaticCallWithoutContainer()
    {
        $this->setExpectedException(DomainException::class, 'The first argument must be of type Interop\\Container\\ContainerInterface');
        StubFactory::orm_other();
    }