Neos\Flow\Tests\Unit\Property\TypeConverter\PersistentObjectConverterTest::convertFromShouldThrowExceptionIfObjectNeedsToBeCreatedButConfigurationIsNotSet PHP 메소드

convertFromShouldThrowExceptionIfObjectNeedsToBeCreatedButConfigurationIsNotSet() 공개 메소드

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