-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
26 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# ユニットテスト | ||
|
||
baserCMSのユニットテストは、PHPUnitを利用しています。 | ||
baserCMSの全てのメソッドはユニットテストが実装されなければなりません。 | ||
|
||
## テストケースの規約 | ||
## テストの前提条件 | ||
## テストの準備 | ||
## テストの作成 | ||
### アノテーションの付与 | ||
## テストの実行 | ||
## データプロバイダ | ||
## フィクスチャ | ||
## カバレッジ | ||
## 継続的インテグレーション | ||
## 新しいプラグインのテストを追加 | ||
### フィクスチャの定義を追加 | ||
### サービスプロバイダの定義を追加 | ||
## ユニットテストで便利なメソッド | ||
## ユニットテスト実装ガイド |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,5 +113,5 @@ jobs: | |
## コアプラグインのバージョン | ||
コアプラグインは独自にバージョンを持ちません。baserCore と同一のバージョンとして認識されます。 | ||
そのため、VERSION.txt は不要です。 | ||
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters