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 80e3107 commit 5300e3eCopy full SHA for 5300e3e
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Category/AggregateCountTest.php
@@ -49,7 +49,7 @@ class AggregateCountTest extends TestCase
49
/**
50
* {@inheritdoc}
51
*/
52
- public function setUp()
+ public function setUp(): void
53
{
54
$this->categoryMock = $this->createMock(Category::class);
55
$this->resourceCategoryMock = $this->createMock(ResourceCategory::class);
0 commit comments