Neos\Flow\Tests\Unit\Property\TypeConverter\PersistentObjectConverterTest::convertFromShouldThrowExceptionIfObjectNeedsToBeCreatedButConfigurationIsNotSet PHP Метод

convertFromShouldThrowExceptionIfObjectNeedsToBeCreatedButConfigurationIsNotSet() публичный Метод

    public function convertFromShouldThrowExceptionIfObjectNeedsToBeCreatedButConfigurationIsNotSet()
    {
        $source = ['foo' => 'bar'];
        $this->converter->convertFrom($source, 'MySpecialType');
    }