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

setUp() public méthode

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