Skip to content

Commit d74045b

Browse files
author
Igor Melnikov
committed
MAGETWO-69137: upgrading Magento2 Project PHPUnit version to latest
- refactor tests
1 parent 91e235e commit d74045b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Checkout/_files/ValidatorFileMock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
/**
1111
* Creates mock for ValidatorFile to replace real instance in fixtures.
1212
*/
13-
class ValidatorFileMock extends \PHPUnit_Framework_TestCase
13+
class ValidatorFileMock extends \PHPUnit\Framework\TestCase
1414
{
1515
/**
1616
* Returns mock.

0 commit comments

Comments
 (0)