Neos\Flow\Tests\Unit\Property\TypeConverter\ArrayConverterTest::convertFromDoesNotModifyTheSourceArray PHP Méthode

convertFromDoesNotModifyTheSourceArray() public méthode

    public function convertFromDoesNotModifyTheSourceArray()
    {
        $sourceArray = ['Foo' => 'Bar', 'Baz'];
        $this->assertEquals($sourceArray, $this->converter->convertFrom($sourceArray, 'array'));
    }