Skip to content

Commit 6731c78

Browse files
committed
ACP2E-668: replaced legacy data fixtures with parametrized data fixtures
1 parent 1c2c2ab commit 6731c78

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/Authorization/Test/Fixture

1 file changed

+0
-1
lines changed

app/code/Magento/Authorization/Test/Fixture/Role.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ public function apply(array $data = []): ?DataObject
9797
*/
9898
public function revert(DataObject $data): void
9999
{
100-
101100
$role = $this->roleFactory->create();
102101
$role->load($data->getId());
103102

0 commit comments

Comments
 (0)