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.
1 parent 1a8770e commit 153bb81Copy full SHA for 153bb81
app/code/Magento/Customer/Test/Unit/Model/Checkout/ConfigProviderTest.php
@@ -1,6 +1,6 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
+ * Copyright © 2013-2017 Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
namespace Magento\Customer\Test\Unit\Model\Checkout;
@@ -14,7 +14,7 @@
14
use Magento\Customer\Model\Form;
15
use Magento\Store\Model\ScopeInterface;
16
17
-class ConfigProviderTest extends \PHPUnit\Framework\TestCase
+class ConfigProviderTest extends \PHPUnit_Framework_TestCase
18
{
19
20
* @var ConfigProvider
0 commit comments