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 b4eede9 commit a478f9dCopy full SHA for a478f9d
app/code/Magento/Config/Test/Unit/Model/Config/Structure/Element/Dependency/MapperTest.php
@@ -98,7 +98,7 @@ public function testGetDependenciesWhenDependentIsInvisible($isValueSatisfy)
98
{
99
$expected = [];
100
$rowData = array_values($this->_testData);
101
- $count = $this->_testData;
+ $count = count($this->_testData);
102
for ($i = 0; $i < $count; ++$i) {
103
$data = $rowData[$i];
104
$dependentPath = 'some path ' . $i;
0 commit comments