コード例 #1
0
ファイル: InstancesTest.php プロジェクト: cfrancois7/aksw.org
 public function testGetPropertiesQuery()
 {
     $q = $this->_instances->getAllPropertiesQuery();
     $this->assertInstanceOf('Erfurt_Sparql_Query2', $q);
 }