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 e7ad2da commit 3a64d14Copy full SHA for 3a64d14
dev/tests/integration/testsuite/Magento/Framework/Error/ProcessorTest.php
@@ -150,6 +150,6 @@ public function testGetViewFileUrl(): void
150
$this->processor->_errorDir = __DIR__ . '/version2/magento2';
151
152
$this->assertStringNotContainsString('version2/magento2', $this->processor->getViewFileUrl());
153
- $this->assertStringContainsString('pub/errors/', $this->processor->getViewFileUrl());
+ $this->assertStringContainsString('errors/', $this->processor->getViewFileUrl());
154
}
155
0 commit comments