コード例 #1
0
 /**
  * @test
  */
 public function targetTypeIsUri()
 {
     $this->assertSame('TYPO3\\Flow\\Http\\Uri', $this->typeConverter->getSupportedTargetType());
 }
コード例 #2
0
 /**
  * @test
  */
 public function targetTypeIsUri()
 {
     $this->assertSame(\TYPO3\Flow\Http\Uri::class, $this->typeConverter->getSupportedTargetType());
 }