Skip to content

Commit

Permalink
Merge pull request #4938 from EC-CUBE/4.0
Browse files Browse the repository at this point in the history
[4.1-feature] 4.0ブランチの不具合修正を取り込み
  • Loading branch information
chihiro-adachi authored Feb 25, 2021
2 parents 763e1c5 + 5d8c028 commit c6c9318
Show file tree
Hide file tree
Showing 20 changed files with 452 additions and 118 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ jobs:
sudo composer selfupdate --1
composer install --dev --no-interaction -o --apcu-autoloader
- name: PHPStan
run: |
composer require phpstan/phpstan --dev
vendor/bin/phpstan analyze src/ --error-format=github
run: vendor/bin/phpstan analyze src/ --error-format=github
2 changes: 1 addition & 1 deletion codeception/_support/Page/Admin/OrderManagePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class OrderManagePage extends AbstractAdminPageStyleGuide
public static $検索条件_受注ステータス = ['id' => 'admin_search_order_status'];
public static $検索結果_メッセージ = '#search_form #search_total_count';
public static $検索結果_エラーメッセージ = '//*[@id="page_admin_order"]/div[1]/div[3]/div[3]/div/div/div[1]/div/div[1]';
public static $詳細検索ボタン = '//*[@id="search_form"]/div[1]/div/div/div[3]/a/i/span';
public static $詳細検索ボタン = '//*[@id="search_form"]/div[1]/div/div/div[3]';
public static $タイトル要素 = '.c-container .c-contentsArea .c-pageTitle .c-pageTitle__titles';

/**
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@
"fzaninotto/faker": "^1.7",
"mikey179/vfsstream": "^1.6",
"php-coveralls/php-coveralls": "^2.1",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^6.5",
"symfony/browser-kit": "^3.4",
"symfony/phpunit-bridge": "^3.4"
Expand Down
Loading

0 comments on commit c6c9318

Please sign in to comment.