eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\ContentUpdaterTest::testCtor PHP Метод

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

public testCtor ( )
    public function testCtor()
    {
        $updater = $this->getContentUpdater();
        $this->assertAttributeSame($this->getContentGatewayMock(), 'contentGateway', $updater);
        $this->assertAttributeSame($this->getConverterRegistryMock(), 'converterRegistry', $updater);
    }