Skip to content

Commit 6e3db0b

Browse files
author
Oleksandr Iegorov
committed
MC-18697: PHP Unit Run Fails on fresh 2.3.2 COMPOSER installation
1 parent 1ef2292 commit 6e3db0b

File tree

1 file changed

+3
-3
lines changed
  • setup/src/Magento/Setup/Test/Unit/Module/Di/Code/Reader/InstancesNamesList

1 file changed

+3
-3
lines changed

setup/src/Magento/Setup/Test/Unit/Module/Di/Code/Reader/InstancesNamesList/DirectoryTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ public function testGetList()
8989
];
9090

9191
$this->classReaderMock->expects(
92-
$this->exactly(
93-
count($classes)
94-
)
92+
$this->exactly(
93+
count($classes)
9594
)
95+
)
9696
->method('getParents')
9797
->will(
9898
$this->returnValueMap($parents)

0 commit comments

Comments
 (0)