Neos\Flow\Tests\Unit\Property\TypeConverter\UriTypeConverterTest::targetTypeIsUri PHP Method

targetTypeIsUri() public method

public targetTypeIsUri ( )
    public function targetTypeIsUri()
    {
        $this->assertSame(Http\Uri::class, $this->typeConverter->getSupportedTargetType());
    }