Skip to content

Commit 7696ad3

Browse files
committed
MC-39897: Run automation to fix non-MFTF tests
- Run php-cs-fixer
1 parent 3aaaea4 commit 7696ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/TaxSampleData/Test/Model/TaxTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3131
*/
32-
class TaxTest extends \PHPUnit_Framework_TestCase
32+
class TaxTest extends \PHPUnit\Framework\TestCase
3333
{
3434
/**
3535
* @var Tax
@@ -370,7 +370,7 @@ private function prepareFilters()
370370
->method('addFilters')
371371
->willReturnSelf();
372372

373-
$searchCriteria = $this->getMock(SearchCriteria::class);
373+
$searchCriteria = $this->createMock(SearchCriteria::class);
374374

375375
$this->criteriaBuilder->expects(self::once())
376376
->method('create')

0 commit comments

Comments
 (0)