Skip to content
Snippets Groups Projects
Commit f4857ec2 authored by Luke Rodgers's avatar Luke Rodgers
Browse files

Fix extends phpunit class

parent fa1b3108
Branches
No related merge requests found
......@@ -17,7 +17,7 @@ use Magento\Framework\Mview\View\CollectionFactory;
/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*/
class IndexerStatusMviewCommandTest extends \PHPUnit_Framework_TestCase
class IndexerStatusMviewCommandTest extends \PHPUnit\Framework\TestCase
{
/**
* @var IndexerStatusMviewCommand
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment