Skip to content

Commit e5a3f41

Browse files
committed
MAGETWO-70866: Enabling the use of looping (for in ..) into Template.php #9401
- Updated test to support PHPUnit 6
1 parent cdcd97e commit e5a3f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Filter/TemplateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
namespace Magento\Framework\Filter;
77

8-
class TemplateTest extends \PHPUnit_Framework_TestCase
8+
class TemplateTest extends \PHPUnit\Framework\TestCase
99
{
1010
/**
1111
* @var Template

0 commit comments

Comments
 (0)