Skip to content

Commit 5300e3e

Browse files
added a return type definition for compatibility with PHPUnit 8
Co-authored-by: Dmytro Cheshun <d.cheshun@atwix.com>
1 parent 80e3107 commit 5300e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Category/AggregateCountTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class AggregateCountTest extends TestCase
4949
/**
5050
* {@inheritdoc}
5151
*/
52-
public function setUp()
52+
public function setUp(): void
5353
{
5454
$this->categoryMock = $this->createMock(Category::class);
5555
$this->resourceCategoryMock = $this->createMock(ResourceCategory::class);

0 commit comments

Comments
 (0)