Skip to content

Commit b513e51

Browse files
committed
#11523: Fix Filter Customer Report Review
- Integration test updated
1 parent 564030f commit b513e51

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Reports/Model/ResourceModel/Review/Customer

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Reports/Model/ResourceModel/Review/Customer/CollectionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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\Reports\Model\ResourceModel\Review\Customer;
77

88
/**
99
* @magentoAppArea adminhtml
1010
*/
11-
class CollectionTest extends \PHPUnit\Framework\TestCase
11+
class CollectionTest extends \PHPUnit_Framework_TestCase
1212
{
1313
/**
1414
* @var \Magento\Reports\Model\ResourceModel\Review\Customer\Collection

0 commit comments

Comments
 (0)