Skip to content

Commit affb88b

Browse files
author
Joan He
committed
MC-22176: Implement granular ACL for B2B related store configurations
1 parent edf8d60 commit affb88b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

dev/tests/integration/framework/Magento/TestFramework/TestCase/AbstractBackendController.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -91,21 +91,6 @@ protected function tearDown()
9191
parent::tearDown();
9292
}
9393

94-
/**
95-
* Utilize backend session model by default
96-
*
97-
* @param \PHPUnit\Framework\Constraint\Constraint $constraint
98-
* @param string|null $messageType
99-
* @param string $messageManagerClass
100-
*/
101-
public function assertSessionMessages(
102-
\PHPUnit\Framework\Constraint\Constraint $constraint,
103-
$messageType = null,
104-
$messageManagerClass = \Magento\Framework\Message\Manager::class
105-
) {
106-
parent::assertSessionMessages($constraint, $messageType, $messageManagerClass);
107-
}
108-
10994
/**
11095
* Test ACL configuration for action working.
11196
*/

0 commit comments

Comments
 (0)