Neos\Flow\Tests\Unit\Property\TypeConverter\MediaTypeConverterTest::setUp PHP Method

setUp() public method

Set up this test case
public setUp ( )
    public function setUp()
    {
        $this->mediaTypeConverter = new MediaTypeConverter();
        $this->mockPropertyMappingConfiguration = $this->getMockBuilder(PropertyMappingConfigurationInterface::class)->getMock();
    }