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 f86d2d7 commit cb62f0cCopy full SHA for cb62f0c
dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php
@@ -528,7 +528,8 @@ protected function getCategoryByName($categoryName)
528
#[
529
DataFixture(CategoryFixture::class, as: 'category'),
530
]
531
- public function testGetUrlAfterUpdate() {
+ public function testGetUrlAfterUpdate()
532
+ {
533
$category = $this->dataFixtureStorage->get('category');
534
$category->setUrlKey('new-url');
535
$category->setSaveRewritesHistory(true);
0 commit comments