eZ\Publish\Core\REST\Client\Tests\Input\Parser\FieldDefinitionTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->fieldTypeParserMock = $this->getMock('eZ\\Publish\\Core\\REST\\Common\\Input\\FieldTypeParser', array(), array(), '', false);
    }