Ejemplo n.º 1
0
 public function testGetType()
 {
     $query = new StringQuery(new PropertyId('P42'), new StringValue('foo'));
     $this->assertEquals('string', $query->getType());
 }