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 8824a5e commit 806f854Copy full SHA for 806f854
dev/tests/integration/testsuite/Magento/Framework/App/FrontControllerTest.php
@@ -30,7 +30,7 @@ protected function setUp()
30
public function testDispatch()
31
{
32
if (!\Magento\TestFramework\Helper\Bootstrap::canTestHeaders()) {
33
- $this->markTestSkipped('Cant\'t test dispatch process without sending headers');
+ $this->markTestSkipped('Can\'t test dispatch process without sending headers');
34
}
35
$_SERVER['HTTP_HOST'] = 'localhost';
36
$this->_objectManager->get('Magento\Framework\App\State')->setAreaCode('frontend');
0 commit comments