Skip to content

Commit cca3e10

Browse files
committed
Fix issue when Proxy class wasn't generate during di compile
Fix test failure
1 parent 204dd0a commit cca3e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ public function testGetList()
4343
$pathToScan = str_replace('\\', '/', realpath(__DIR__ . '/../../') . '/_files/app/code/Magento/SomeModule');
4444
$actual = $this->model->getList($pathToScan);
4545
$this->assertIsArray($actual);
46-
$this->assertCount(6, $actual);
46+
$this->assertCount(7, $actual);
4747
}
4848
}

0 commit comments

Comments
 (0)