Skip to content

Commit 6aba30c

Browse files
ACQE-8858: Verify that The store that was requested should be visible on credit memo grid page in admin
- Fixed static checks to reduce Coupling Betwee Objects
1 parent cfa7719 commit 6aba30c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/Model/StoreWithNumericNameCreditmemoWorkflowTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ protected function setUp(): void
5757
* @return void
5858
*/
5959
#[
60-
DataFixture('Magento\Store\Test\Fixture\Website', ['code' => 'test_website', 'name' => '123test Website'], 'test_website'),
60+
DataFixture(
61+
'Magento\Store\Test\Fixture\Website',
62+
['code' => 'test_website', 'name' => '123test Website'],
63+
'test_website'
64+
),
6165
DataFixture(
6266
'Magento\Store\Test\Fixture\Group',
6367
['code' => 'test_group', 'name' => '123test Store Group', 'website_id' => '$test_website.id$'],

0 commit comments

Comments
 (0)