Skip to content

Commit b7b97c6

Browse files
author
Oleksii Korshenko
committed
MAGETWO-66875: Remove the copyright year from file headers #8648
- fixed static tests
1 parent aacefb4 commit b7b97c6

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Diff for: app/code/Magento/Analytics/etc/module.xml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<module name="Magento_Backend"/>
1313
<module name="Magento_Store"/>
1414
<module name="Magento_Config"/>
15-
<module name="Magento_AdminNotification"/>
1615
</sequence>
1716
</module>
1817
</config>

Diff for: app/code/Magento/Bundle/Ui/DataProvider/Product/Form/Modifier/BundlePanel.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,10 @@ public function modifyMeta(array $meta)
134134
'autoRender' => false,
135135
'componentType' => 'insertListing',
136136
'dataScope' => 'bundle_product_listing',
137-
'externalProvider' => 'bundle_product_listing.bundle_product_listing_data_source',
138-
'selectionsProvider' => 'bundle_product_listing.bundle_product_listing.product_columns.ids',
137+
'externalProvider' =>
138+
'bundle_product_listing.bundle_product_listing_data_source',
139+
'selectionsProvider' =>
140+
'bundle_product_listing.bundle_product_listing.product_columns.ids',
139141
'ns' => 'bundle_product_listing',
140142
'render_url' => $this->urlBuilder->getUrl('mui/index/render'),
141143
'realTimeLink' => false,

Diff for: setup/src/Magento/Setup/Test/Unit/Module/I18n/Parser/ParserTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ protected function setUp()
4848
public function testAddPhrase($options, $phpFiles, $jsFiles, $phpMap, $jsMap, $phraseFactoryMap, $expectedResult)
4949
{
5050
// 1. Create mocks
51-
$phpAdapter = new AdapterStub();
52-
$jsAdapter = new AdapterStub();
51+
$phpAdapter = new AdapterStub;
52+
$jsAdapter = new AdapterStub;
5353

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

0 commit comments

Comments
 (0)