@@ -19,7 +19,7 @@ |
||
| 19 | 19 | class DisabledEntityTypesEntityLookupTest extends TestCase { |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * @return EntityLookup |
|
| 22 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 23 | 23 | */ |
| 24 | 24 | private function getEntityLookup() { |
| 25 | 25 | $entityLookup = $this->createMock( EntityLookup::class ); |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | class RestrictedEntityLookupTest extends TestCase { |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * @return EntityLookup |
|
| 22 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
| 23 | 23 | */ |
| 24 | 24 | private function getEntityLookup() { |
| 25 | 25 | $entityLookup = $this->createMock( EntityLookup::class ); |