We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3524cc6 commit 472ee6bCopy full SHA for 472ee6b
dev/tests/unit/testsuite/Magento/Ui/DataProvider/Config/FileResolverTest.php
@@ -1,10 +1,11 @@
1
<?php
2
-
+/**
3
+ * Copyright © 2015 Magento. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
namespace Magento\Ui\DataProvider\Config;
7
8
use Magento\Framework\Filesystem;
-use Magento\Ui\DataProvider\Config\FileResolver;
-use Magento\Framework\Config\FileIteratorFactory;
9
10
class FileResolverTest extends \PHPUnit_Framework_TestCase
11
{
@@ -41,7 +42,7 @@ public function testItAppliesTheFilenamePattern()
41
42
->method('search')
43
->with($this->matchesRegularExpression('#\*\.xml$#'))
44
->willReturn([]);
45
+
46
$this->fileResolver->get('*.xml', '');
47
}
48
0 commit comments