Skip to content

Commit b3989d8

Browse files
author
Sergii Kovalenko
committed
MAGETWO-87190: Test coverage for critical logic
1 parent 5c449a4 commit b3989d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Model/Declaration/Schema/Declaration/ReaderComposite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function read($scope = null)
4848
$schema = array_replace_recursive($schema, $reader->read($scope));
4949
}
5050

51-
if (!count($schema)) {
51+
if (count($schema['table']) === 0) {
5252
var_dump($this->deploymentConfig->get());
5353
var_dump($this->deploymentConfig->getConfigData());
5454
}

0 commit comments

Comments
 (0)