eZ\Publish\Core\FieldType\Tests\APIFieldTypeTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->innerFieldType = $this->getMock('\\eZ\\Publish\\SPI\\FieldType\\FieldType');
        $this->fieldType = new FieldType($this->innerFieldType);
    }