doraemoon-bot

Results 3 issues of doraemoon-bot

### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+)....

bug
backend-builds
pending-triage

### Operating system Microsoft Windows [Version 10.0.22621.1105] ### YouTube Music Desktop App Version v0.10.4 ### Bug description After updating the app to the latest version, it asks me to update...

## 概要(Overview) [eccube4の開発者向けドキュメント](https://doc4.ec-cube.net/)には、ユニットテストを自分で追加する際のやり方を指南するようなページが見当たりません。 そのため、既存の(eccubeに最適化された)コードをうまく活用するためには `app/Customize/config/` のテスト関連の設定や `phpunit.xml.dist` , その他 `Eccube\Tests\EccubeTestCase` などのコードを読む必要があります。 ([symfonyのドキュメントのテスト項目](https://symfony.com/doc/current/testing.html)も必要に応じて参照) 個人的に、Customizeで機能の追加などをした時は以下の方法で該当箇所のユニットテストを実施しています。 - `tests/Customize/` ディレクトリを作成 - 上記ディレクトリ上に `Eccube\Tests\EccubeTestCase` を継承してテストクラスを作成 - 上記ディレクトリのテストのみ対象にする composer scripts を作成 - その他テストの設定等は基本変更なし( `app/Customize/config/**/*_test.yaml` , `app/Customize/config/**/test/*.yaml`...

good first issue
Customize