We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd2962 + c83add6 commit 6ea25d2Copy full SHA for 6ea25d2
1 file changed
tests/unit/Entity/PropertyTest.php
@@ -93,7 +93,7 @@ protected function assertHasCorrectIdType( Property $property ) {
93
$this->assertInstanceOf( 'Wikibase\DataModel\Entity\PropertyId', $property->getId() );
94
}
95
96
- public function testWhenIdSetWithEntityId_GetIdReturnsPropertyId() {
+ public function testWhenIdSetWithPropertyId_GetIdReturnsPropertyId() {
97
$property = Property::newFromType( 'string' );
98
$property->setId( new PropertyId( 'P42' ) );
99
0 commit comments