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 84083ac commit f235debCopy full SHA for f235deb
tests/Util/CustomLayoutManager.php
@@ -26,7 +26,6 @@ class CustomLayoutManager extends \Magento\TestFramework\Cms\Model\CustomLayoutM
26
*/
27
public function fakeAvailableFiles(int $forPageId, ?array $files): void
28
{
29
- var_dump('added');
30
if ($files === null) {
31
unset($this->files[$forPageId]);
32
} else {
0 commit comments