ContainerInteropDoctrineTest\ConnectionFactoryTest::setUp PHP Метод

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

public setUp ( )
    public function setUp()
    {
        $this->configuration = $this->prophesize(Configuration::class)->reveal();
        $this->eventManger = $this->prophesize(EventManager::class)->reveal();
    }