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

convertFromShouldThrowExceptionIfIdentityIsOfInvalidType() 공개 메소드

    public function convertFromShouldThrowExceptionIfIdentityIsOfInvalidType()
    {
        $source = ['__identity' => new \stdClass()];
        $this->converter->convertFrom($source, 'SomeType');
    }