File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -328,10 +328,10 @@ public function testDuplicateClaims() {
328328
329329 public function testIterator () {
330330 $ expected = array (
331- 'TESTCLAIM1 ' => $ this ->makeStatement ( new PropertyNoValueSnak ( new PropertyId ( 'P42 ' ) ), 'testclaim1 ' ),
332- 'TESTCLAIM2 ' => $ this ->makeStatement ( new PropertySomeValueSnak ( new PropertyId ( 'P42 ' ) ), 'testclaim2 ' ),
333- 'TESTCLAIM3 ' => $ this ->makeStatement ( new PropertyNoValueSnak ( new PropertyId ( 'P23 ' ) ), 'testclaim3 ' ),
334- 'TESTCLAIM4 ' => $ this ->makeStatement ( new PropertyNoValueSnak ( new PropertyId ( 'P9000 ' ) ), 'testclaim4 ' ),
331+ 'GUID1 ' => $ this ->makeStatement ( new PropertyNoValueSnak ( new PropertyId ( 'P42 ' ) ), 'guid1 ' ),
332+ 'GUID2 ' => $ this ->makeStatement ( new PropertySomeValueSnak ( new PropertyId ( 'P42 ' ) ), 'guid2 ' ),
333+ 'GUID3 ' => $ this ->makeStatement ( new PropertyNoValueSnak ( new PropertyId ( 'P23 ' ) ), 'guid3 ' ),
334+ 'GUID4 ' => $ this ->makeStatement ( new PropertyNoValueSnak ( new PropertyId ( 'P9000 ' ) ), 'guid4 ' ),
335335 );
336336
337337 $ claims = new Claims ( $ expected );
You can’t perform that action at this time.
0 commit comments