Skip to content

Commit 5d646bb

Browse files
committed
fix: テストディレクトリ名をEC-CUBE標準に合わせて修正
- tests/ を Tests/ に変更(大文字のT) - 名前空間 Plugin\OrderStatusColor42\Tests と一致させるため - EC-CUBE標準の命名規則に準拠 - CI設定とREADMEのテストパスを更新 - app/Plugin/OrderStatusColor42/tests/ → Tests/
1 parent 9d60139 commit 5d646bb

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
DATABASE_CHARSET: ${{ matrix.database == 'mysql' && 'utf8mb4' || 'UTF8' }}
107107
MAILER_URL: 'smtp://127.0.0.1:1025'
108108
run: |
109-
vendor/bin/phpunit --exclude-group cache-clear,cache-clear-install,update-schema-doctrine,plugin-service app/Plugin/OrderStatusColor42/tests/
109+
vendor/bin/phpunit --exclude-group cache-clear,cache-clear-install,update-schema-doctrine,plugin-service app/Plugin/OrderStatusColor42/Tests/
110110
111111
- name: Upload logs
112112
if: failure()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ EC-CUBE 4系プラグイン「受注一覧ステータス色分けプラグイ
4848
### テスト
4949

5050
```bash
51-
php vendor/bin/phpunit app/Plugin/OrderStatusColor42/tests/
51+
php vendor/bin/phpunit app/Plugin/OrderStatusColor42/Tests/
5252
```
5353

5454
### CI/CD
File renamed without changes.

0 commit comments

Comments
 (0)