コード例 #1
0
ファイル: PropertyTest.php プロジェクト: vixriihi/zf-jsonld
 public function testHasRouteReturnsTrueWhenRouteIsSet()
 {
     $property = new Property('describedby');
     $property->setRoute('api/docs');
     $this->assertTrue($property->hasRoute());
 }