Skip to content

Commit 7f062f8

Browse files
committed
Avoid confusing claim GUID
1 parent fc06314 commit 7f062f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/unit/Claim/ClaimsTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 );

0 commit comments

Comments
 (0)