Neos\Flow\Tests\Unit\Property\PropertyMapperTest::setUp PHP Method

setUp() public method

Sets up this test case
public setUp ( ) : void
return void
    public function setUp()
    {
        $this->mockConfigurationBuilder = $this->createMock(PropertyMappingConfigurationBuilder::class);
        $this->mockConfiguration = $this->createMock(PropertyMappingConfigurationInterface::class);
    }