Skip to content

Commit 08f8a99

Browse files
author
Evgeniy Kolesov
committed
MAGETWO-45157: Update Magento logo & copyright to remove references to eBay
1 parent 71a84d6 commit 08f8a99

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

app/code/Magento/Customer/Test/Unit/Block/Account/Dashboard/InfoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class InfoTest extends \PHPUnit_Framework_TestCase
2121

2222
const CHANGE_PASSWORD_URL = 'http://localhost/index.php/account/edit/changepass/1';
2323

24-
const EMAIL_ADDRESS = 'john.doe@ebay.com';
24+
const EMAIL_ADDRESS = 'john.doe@example.com';
2525

2626
/** @var \PHPUnit_Framework_MockObject_MockObject | \Magento\Framework\View\Element\Template\Context */
2727
private $_context;

dev/tests/api-functional/testsuite/Magento/Quote/Api/BillingAddressManagementTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function testSetAddress()
104104
'firstname' => 'John',
105105
'lastname' => 'Smith',
106106
'email' => '',
107-
'company' => 'eBay Inc',
107+
'company' => 'Magento Commerce Inc.',
108108
'street' => ['Typical Street', 'Tiny House 18'],
109109
'city' => 'Big City',
110110
'region_id' => 12,
@@ -227,7 +227,7 @@ public function testSetMyAddress()
227227
$addressData = [
228228
'firstname' => 'John',
229229
'lastname' => 'Smith',
230-
'company' => 'eBay Inc',
230+
'company' => 'Magento Commerce Inc.',
231231
'street' => ['Typical Street', 'Tiny House 18'],
232232
'city' => 'Big City',
233233
'region_id' => 12,

dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestBillingAddressManagementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public function testSetAddress()
113113
'firstname' => 'John',
114114
'lastname' => 'Smith',
115115
'email' => '',
116-
'company' => 'eBay Inc',
116+
'company' => 'Magento Commerce Inc.',
117117
'street' => ['Typical Street', 'Tiny House 18'],
118118
'city' => 'Big City',
119119
'region_id' => 12,

dev/tests/functional/tests/app/Magento/UrlRewrite/Test/Repository/UrlRewrite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<repository class="Magento\UrlRewrite\Test\Repository\UrlRewrite">
1010
<dataset name="default">
1111
<field name="request_path" xsi:type="string">test-test-test%isolation%.html</field>
12-
<field name="target_path" xsi:type="string">http://www.ebayinc.com/</field>
12+
<field name="target_path" xsi:type="string">http://www.example.com/</field>
1313
<field name="redirect_type" xsi:type="string">Temporary (302)</field>
1414
<field name="store_id" xsi:type="string">Main Website/Main Website Store/Default Store View</field>
1515
</dataset>

dev/tests/integration/testsuite/Magento/Customer/Controller/AddressTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function testFormPostAction()
7070
'form_key' => $this->_objectManager->get('Magento\Framework\Data\Form\FormKey')->getFormKey(),
7171
'firstname' => 'James',
7272
'lastname' => 'Bond',
73-
'company' => 'Ebay',
73+
'company' => 'Magento Commerce Inc.',
7474
'telephone' => '1112223333',
7575
'fax' => '2223334444',
7676
'street' => ['1234 Monterey Rd', 'Apt 13'],
@@ -117,7 +117,7 @@ public function testFailedFormPostAction()
117117
'form_key' => $this->_objectManager->get('Magento\Framework\Data\Form\FormKey')->getFormKey(),
118118
'firstname' => 'James',
119119
'lastname' => 'Bond',
120-
'company' => 'Ebay',
120+
'company' => 'Magento Commerce Inc.',
121121
'telephone' => '1112223333',
122122
'fax' => '2223334444',
123123
// omit street and city to fail validation

dev/tests/integration/testsuite/Magento/Customer/Model/Metadata/FormFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function setUp()
2121
'id' => 13,
2222
'default_shipping' => true,
2323
'default_billing' => false,
24-
'company' => 'eBay Inc.',
24+
'company' => 'Magento Commerce Inc.',
2525
'middlename' => 'MiddleName',
2626
'prefix' => 'Mr.',
2727
'suffix' => 'Esq.',

lib/internal/Magento/Framework/Webapi/Test/Unit/Rest/Response/FieldsFilterTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function setUp()
4848
],
4949
'firstname' => 'Jane',
5050
'lastname' => 'Doe',
51-
'email' => 'jdoe@ebay.com',
51+
'email' => 'jdoe@example.com',
5252
'default_billing' => '1',
5353
'default_shipping' => '1',
5454
'created_at' => '2014-05-27 18:59:43',
@@ -134,7 +134,7 @@ public function testFilterMultilevelNesting()
134134
$expected = [
135135
'customer' => [
136136
'id' => '1',
137-
'email' => 'jdoe@ebay.com',
137+
'email' => 'jdoe@example.com',
138138
],
139139
'addresses' => [
140140
0 => [
@@ -170,7 +170,7 @@ public function testNonExistentFieldFilter()
170170
$expected = [
171171
'customer' => [
172172
'id' => '1',
173-
'email' => 'jdoe@ebay.com',
173+
'email' => 'jdoe@example.com',
174174
],
175175
'addresses' => [
176176
0 => [

0 commit comments

Comments
 (0)