Skip to content

Commit 472ee6b

Browse files
committed
MAGETWO-32768: [GITHUB] Apply pattern matching datasource config files #968
- added copyright - removed excess namespace aliases
1 parent 3524cc6 commit 472ee6b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

dev/tests/unit/testsuite/Magento/Ui/DataProvider/Config/FileResolverTest.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?php
2-
2+
/**
3+
* Copyright © 2015 Magento. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
36
namespace Magento\Ui\DataProvider\Config;
47

58
use Magento\Framework\Filesystem;
6-
use Magento\Ui\DataProvider\Config\FileResolver;
7-
use Magento\Framework\Config\FileIteratorFactory;
89

910
class FileResolverTest extends \PHPUnit_Framework_TestCase
1011
{
@@ -41,7 +42,7 @@ public function testItAppliesTheFilenamePattern()
4142
->method('search')
4243
->with($this->matchesRegularExpression('#\*\.xml$#'))
4344
->willReturn([]);
44-
45+
4546
$this->fileResolver->get('*.xml', '');
4647
}
4748
}

0 commit comments

Comments
 (0)