Skip to content

Commit 454243e

Browse files
committed
Merge pull request #149 from wmde/ediffalias
Stop using EntityDiff alias
2 parents 8e0c2e1 + a9c875b commit 454243e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/Entity/EntityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ public function testDiffEntities( Entity $entity0, Entity $entity1, EntityDiff $
527527

528528
$actual = $entity0->getDiff( $entity1 );
529529

530-
$this->assertInstanceOf( 'Wikibase\DataModel\Entity\EntityDiff', $actual );
530+
$this->assertInstanceOf( 'Wikibase\DataModel\Entity\Diff\EntityDiff', $actual );
531531
$this->assertSameSize( $expected, $actual );
532532

533533
// TODO: equality check

tests/unit/EntityDiffOldTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Wikibase\DataModel\Entity\Property;
99

1010
/**
11-
* @covers Wikibase\DataModel\Entity\EntityDiff
11+
* @covers Wikibase\DataModel\Entity\Diff\EntityDiff
1212
*
1313
* @group Wikibase
1414
* @group WikibaseDataModel

0 commit comments

Comments
 (0)