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

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

    public function testDefaultConfigKey()
    {
        $container = $this->prophesize(ContainerInterface::class)->reveal();
        $factory = new StubFactory();
        $this->assertSame('orm_default', $factory($container));
    }