/**
  * @test
  */
 public function targetTypeIsUri()
 {
     $this->assertSame('TYPO3\\Flow\\Http\\Uri', $this->typeConverter->getSupportedTargetType());
 }
 /**
  * @test
  */
 public function targetTypeIsUri()
 {
     $this->assertSame(\TYPO3\Flow\Http\Uri::class, $this->typeConverter->getSupportedTargetType());
 }