@@ -30,6 +30,10 @@ |
||
30 | 30 | $this->assertTrue( $statements->hasStatementWithGuid( 'some guid' ) ); |
31 | 31 | } |
32 | 32 | |
33 | + /** |
|
34 | + * @param integer $propertyId |
|
35 | + * @param string|null $guid |
|
36 | + */ |
|
33 | 37 | private function newStatement( $propertyId, $guid ) { |
34 | 38 | $statement = new Statement( new PropertyNoValueSnak( $propertyId ) ); |
35 | 39 | $statement->setGuid( $guid ); |