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.
2 parents 3aaaea4 + 117a37d commit cc87f53Copy full SHA for cc87f53
app/code/Magento/TaxSampleData/Test/Model/TaxTest.php
@@ -29,7 +29,7 @@
29
*
30
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
31
*/
32
-class TaxTest extends \PHPUnit_Framework_TestCase
+class TaxTest extends \PHPUnit\Framework\TestCase
33
{
34
/**
35
* @var Tax
@@ -370,7 +370,7 @@ private function prepareFilters()
370
->method('addFilters')
371
->willReturnSelf();
372
373
- $searchCriteria = $this->getMock(SearchCriteria::class);
+ $searchCriteria = $this->createMock(SearchCriteria::class);
374
375
$this->criteriaBuilder->expects(self::once())
376
->method('create')
0 commit comments