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 affb88b commit 5255eddCopy full SHA for 5255edd
dev/tests/integration/framework/Magento/TestFramework/TestCase/AbstractBackendController.php
@@ -105,6 +105,7 @@ public function testAclHasAccess()
105
$this->dispatch($this->uri);
106
$this->assertNotSame(403, $this->getResponse()->getHttpResponseCode());
107
$this->assertNotSame(404, $this->getResponse()->getHttpResponseCode());
108
+ $this->assertNotSame($this->expectedNoAccessResponse, $this->getResponse()->getHttpResponseCode());
109
}
110
111
/**
0 commit comments