File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/PageCache Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ public function testCacheResultForGuest()
60
60
#[
61
61
ConfigFixture(Config::XML_PAGECACHE_TYPE , Config::VARNISH ),
62
62
DataFixture(Store::class, [
63
+ 'code ' => 'fixture_second_store ' ,
63
64
'name ' => 'fixture_second_store '
64
65
], 'fixture_second_store ' ),
65
66
DataFixture(Product::class, as: 'product ' )
@@ -191,7 +192,10 @@ public function testCacheResultForGuestWithCurrencyHeader()
191
192
*/
192
193
#[
193
194
ConfigFixture(Config::XML_PAGECACHE_TYPE , Config::VARNISH ),
194
- DataFixture(Store::class, as: 'fixture_second_store ' ),
195
+ DataFixture(Store::class, [
196
+ 'code ' => 'fixture_second_store ' ,
197
+ 'name ' => 'fixture_second_store '
198
+ ], 'fixture_second_store ' ),
195
199
DataFixture(Product::class, as: 'product ' )
196
200
]
197
201
public function testCacheResultForGuestWithOutdatedCacheId ()
You can’t perform that action at this time.
0 commit comments