Skip to content

Commit

Permalink
ユニットテストのドキュメントを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
seto1 committed Jan 23, 2021
1 parent 29af1a5 commit 1b51c74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/unittest.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ユニットテスト

baserCMSでは、[CakePHPのテストの仕組み](https://book.cakephp.org/4/ja/development/testing.html) をしてユニットテストを作成します
baserCMSでは、[CakePHPのテストの仕組み](https://book.cakephp.org/4/ja/development/testing.html) を使用してユニットテストを作成します

## テストの準備

Expand Down Expand Up @@ -45,6 +45,10 @@ class BcTestHelperTest extends BaserCore\TestSuite\BcTestCase {
}
```

### プライベートメソッドに対するテスト

プライベートメソッドに対するテストはパブリックメソッド経由で行うものとします。

## テストの実行

テストを実行するには次のコマンドを実行します。
Expand Down

0 comments on commit 1b51c74

Please sign in to comment.