Neos\Flow\Tests\Unit\Property\TypeConverter\MediaTypeConverterTest::setUp PHP Méthode

setUp() public méthode

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