eZ\Publish\Core\Persistence\Legacy\Tests\Content\Type\ContentUpdater\Action\RemoveFieldTest::testCtor PHP Method

testCtor() public method

public testCtor ( )
    public function testCtor()
    {
        $action = $this->getRemoveFieldAction();
        $this->assertAttributeSame($this->getContentGatewayMock(), 'contentGateway', $action);
        $this->assertAttributeEquals($this->getFieldDefinitionFixture(), 'fieldDefinition', $action);
    }