Skip to content

Commit 153bb81

Browse files
author
Tommy Quissens
committed
fixed older phpunit version
1 parent 1a8770e commit 153bb81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Customer/Test/Unit/Model/Checkout/ConfigProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
3+
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\Customer\Test\Unit\Model\Checkout;
@@ -14,7 +14,7 @@
1414
use Magento\Customer\Model\Form;
1515
use Magento\Store\Model\ScopeInterface;
1616

17-
class ConfigProviderTest extends \PHPUnit\Framework\TestCase
17+
class ConfigProviderTest extends \PHPUnit_Framework_TestCase
1818
{
1919
/**
2020
* @var ConfigProvider

0 commit comments

Comments
 (0)