Skip to content

Commit

Permalink
MAGETWO-32768: [GITHUB] Apply pattern matching datasource config files
Browse files Browse the repository at this point in the history
…#968

- added copyright
- removed excess namespace aliases
  • Loading branch information
vpelipenko committed Jan 16, 2015
1 parent 3524cc6 commit 472ee6b
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?php

/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Ui\DataProvider\Config;

use Magento\Framework\Filesystem;
use Magento\Ui\DataProvider\Config\FileResolver;
use Magento\Framework\Config\FileIteratorFactory;

class FileResolverTest extends \PHPUnit_Framework_TestCase
{
Expand Down Expand Up @@ -41,7 +42,7 @@ public function testItAppliesTheFilenamePattern()
->method('search')
->with($this->matchesRegularExpression('#\*\.xml$#'))
->willReturn([]);

$this->fileResolver->get('*.xml', '');
}
}

0 comments on commit 472ee6b

Please sign in to comment.