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 ee2569e commit f564e91Copy full SHA for f564e91
tests/integration/GenerateRewriteMapsCronTest.php
@@ -38,7 +38,7 @@ protected function setUp(): void
38
39
/**
40
* @magentoAppArea crontab
41
- * @magentoConfigFixture catalog/seo/rewrite_maps_generation_enabled 1
+ * @magentoAdminConfigFixture catalog/seo/rewrite_maps_generation_enabled 1
42
* @test
43
*/
44
public function runs_if_configured()
@@ -49,7 +49,7 @@ public function runs_if_configured()
49
50
51
52
- * @magentoConfigFixture catalog/seo/rewrite_maps_generation_enabled 0
+ * @magentoAdminConfigFixture catalog/seo/rewrite_maps_generation_enabled 0
53
54
55
public function does_not_run_if_not_configured()
0 commit comments