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 a870cb3 commit 8f49a72Copy full SHA for 8f49a72
dev/tests/integration/testsuite/Magento/User/Controller/Adminhtml/User/Role/SaveRoleTest.php
@@ -53,7 +53,6 @@ public function testExecuteWithDifferentScopes()
53
$model = $objectManager->create(SaveRole::class);
54
$model->execute();
55
56
- /** @var \Magento\Authorization\Model\RoleFactory $roleFactory */
57
$roleFactory = $objectManager->create(\Magento\Authorization\Model\RoleFactory::class);
58
$role = $roleFactory->create()->load($roleId);
59
$this->assertEquals(2, count($role->getGwsWebsites()));
0 commit comments