ContainerInteropDoctrineTest\AbstractFactoryTest::testStaticCall PHP Метод

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

public testStaticCall ( )
    public function testStaticCall()
    {
        $container = $this->prophesize(ContainerInterface::class)->reveal();
        $this->assertSame('orm_other', StubFactory::orm_other($container));
    }