Skip to content

Commit da2cf37

Browse files
author
Oleksii Korshenko
authored
Merge pull request #27719 from lbajsarowicz/phpunit8/module-CatalogGraphQl
#27500 Prepare CatalogGraphQl module Tests for PHPUnit 8
2 parents 120ee13 + 8f65202 commit da2cf37

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/Product/Price

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/Product/Price/DiscountTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class DiscountTest extends TestCase
1717
*/
1818
private $discount;
1919

20-
protected function setUp()
20+
protected function setUp(): void
2121
{
2222
$this->discount = new Discount();
2323
}

0 commit comments

Comments
 (0)