Skip to content

Commit 6ea25d2

Browse files
committed
Merge pull request #489 from wmde/notAClass
StatementListProvider is not a class
2 parents 1cd2962 + c83add6 commit 6ea25d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/Entity/PropertyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected function assertHasCorrectIdType( Property $property ) {
9393
$this->assertInstanceOf( 'Wikibase\DataModel\Entity\PropertyId', $property->getId() );
9494
}
9595

96-
public function testWhenIdSetWithEntityId_GetIdReturnsPropertyId() {
96+
public function testWhenIdSetWithPropertyId_GetIdReturnsPropertyId() {
9797
$property = Property::newFromType( 'string' );
9898
$property->setId( new PropertyId( 'P42' ) );
9999

0 commit comments

Comments
 (0)