Skip to content

Commit 806f854

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-36131: Update Content in Magento 2 by Modules - part 3
- fixes after CR
1 parent 8824a5e commit 806f854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/App/FrontControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected function setUp()
3030
public function testDispatch()
3131
{
3232
if (!\Magento\TestFramework\Helper\Bootstrap::canTestHeaders()) {
33-
$this->markTestSkipped('Cant\'t test dispatch process without sending headers');
33+
$this->markTestSkipped('Can\'t test dispatch process without sending headers');
3434
}
3535
$_SERVER['HTTP_HOST'] = 'localhost';
3636
$this->_objectManager->get('Magento\Framework\App\State')->setAreaCode('frontend');

0 commit comments

Comments
 (0)