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 1ac94a2 commit fcb9328Copy full SHA for fcb9328
dev/tests/integration/testsuite/Magento/Backend/Controller/Adminhtml/CacheTest.php
@@ -72,7 +72,7 @@ public function testMassActionsInvalidTypes($action)
72
$this->getRequest()->setParams(['types' => ['invalid_type_1', 'invalid_type_2', 'config']]);
73
$this->dispatch('backend/admin/cache/' . $action);
74
$this->assertSessionMessages(
75
- $this->contains("Specified cache type(s) don't exist: invalid_type_1, invalid_type_2"),
+ $this->contains("Specified cache type(s) don't exist: invalid_type_1, invalid_type_2"),
76
\Magento\Framework\Message\MessageInterface::TYPE_ERROR
77
);
78
}
0 commit comments