We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cb99b commit ce2bdafCopy full SHA for ce2bdaf
tests/Struct/Generic/HashMapTest.php
@@ -37,9 +37,9 @@ public function testGetItemsCanReturnArray()
37
public function testSetItemsCanSetArrayOfHashMapItem()
38
{
39
$hashMapItems = [
40
- $this->getMockBuilder(HashMapItemInterface::class),
41
42
+ $this->getMockBuilder(HashMapItemInterface::class)->getMock(),
43
];
44
45
$this->assertContainsOnlyInstancesOf(
0 commit comments