Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/dev/3.0.16' into private_dev/3…
Browse files Browse the repository at this point in the history
….0.16
  • Loading branch information
ryo-endo committed Jan 30, 2018
2 parents d98955c + 0efa529 commit 51a4d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Eccube/Tests/Form/Type/Admin/CustomerTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CustomerTypeTest extends \Eccube\Tests\Form\Type\AbstractTypeTestCase
'kana01' => 'タカハシ',
'kana02' => 'シンイチ',
),
'company_name' => 'ロックオン',
'company_name' => '株式会社テストショップ',
'zip' => array(
'zip01' => '530',
'zip02' => '0001',
Expand Down
2 changes: 1 addition & 1 deletion tests/Eccube/Tests/Form/Type/Admin/OrderTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class OrderTypeTest extends \Eccube\Tests\Form\Type\AbstractTypeTestCase
'kana01' => 'タカハシ',
'kana02' => 'シンイチ',
),
'company_name' => 'ロックオン',
'company_name' => '株式会社テストショップ',
'zip' => array(
'zip01' => '530',
'zip02' => '0001',
Expand Down

0 comments on commit 51a4d33

Please sign in to comment.