Ejemplo n.º 1
0
 public function testPropertyPrintRequest()
 {
     $instance = new PrintRequestFactory();
     $printRequest = $instance->newPropertyPrintRequest(new DIProperty('Foo'));
     $this->assertInstanceOf('\\SMWPrintRequest', $printRequest);
     $this->assertEquals('Foo', $printRequest->getLabel());
 }