Skip to content

Commit

Permalink
MAGETWO-66875: Remove the copyright year from file headers #8648
Browse files Browse the repository at this point in the history
 - fixed static tests
  • Loading branch information
Oleksii Korshenko committed Mar 31, 2017
1 parent aacefb4 commit b7b97c6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/code/Magento/Analytics/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<module name="Magento_Backend"/>
<module name="Magento_Store"/>
<module name="Magento_Config"/>
<module name="Magento_AdminNotification"/>
</sequence>
</module>
</config>
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,10 @@ public function modifyMeta(array $meta)
'autoRender' => false,
'componentType' => 'insertListing',
'dataScope' => 'bundle_product_listing',
'externalProvider' => 'bundle_product_listing.bundle_product_listing_data_source',
'selectionsProvider' => 'bundle_product_listing.bundle_product_listing.product_columns.ids',
'externalProvider' =>
'bundle_product_listing.bundle_product_listing_data_source',
'selectionsProvider' =>
'bundle_product_listing.bundle_product_listing.product_columns.ids',
'ns' => 'bundle_product_listing',
'render_url' => $this->urlBuilder->getUrl('mui/index/render'),
'realTimeLink' => false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ protected function setUp()
public function testAddPhrase($options, $phpFiles, $jsFiles, $phpMap, $jsMap, $phraseFactoryMap, $expectedResult)
{
// 1. Create mocks
$phpAdapter = new AdapterStub();
$jsAdapter = new AdapterStub();
$phpAdapter = new AdapterStub;
$jsAdapter = new AdapterStub;

// 2. Set mocks
$this->parser->addAdapter('php', $phpAdapter);
Expand Down

0 comments on commit b7b97c6

Please sign in to comment.