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 4143586 commit 0460a68Copy full SHA for 0460a68
dev/tests/integration/framework/Magento/TestFramework/TestCase/AbstractBackendController.php
@@ -93,6 +93,7 @@ public function testAclHasAccess()
93
}
94
$this->dispatch($this->uri);
95
$this->assertNotSame(403, $this->getResponse()->getHttpResponseCode());
96
+ $this->assertNotSame(404, $this->getResponse()->getHttpResponseCode());
97
98
99
public function testAclNoAccess()
0 commit comments