Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
8da018b6
Commit
8da018b6
authored
Dec 31, 2014
by
Nobuo Kihara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/guide-ja/test-unit.md - added [ci skip]
parent
a10330b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
README.md
docs/guide-ja/README.md
+1
-1
test-unit.md
docs/guide-ja/test-unit.md
+26
-0
No files found.
docs/guide-ja/README.md
View file @
8da018b6
...
...
@@ -152,7 +152,7 @@ RESTful ウェブサービス
*
[
概要
](
test-overview.md
)
*
[
テスト環境の構築
](
test-environment-setup.md
)
*
**翻訳中**
[
ユニットテスト
](
test-unit.md
)
*
[
ユニットテスト
](
test-unit.md
)
*
**翻訳中**
[
機能テスト
](
test-functional.md
)
*
**翻訳中**
[
承認テスト
](
test-acceptance.md
)
*
**翻訳中**
[
フィクスチャ
](
test-fixtures.md
)
...
...
docs/guide-ja/test-unit.md
0 → 100644
View file @
8da018b6
ユニットテスト
==============
> Note|注意: この節はまだ執筆中です。
ユニットテストは、一ユニットのコードが期待通りに動作することを検証するものです。
オブジェクト指向プログラミングでは、最も基本的なコードのユニットはクラスです。
ユニットテストで主として必要となることは、従って、クラスの全てのインタフェイスメソッドが正しく動作することを検証することです。
すなわち、さまざまな入力パラメータに対して、テストはメソッドが期待通りの結果を返すかどうかを検証します。
ユニットテストは、通常は、テストされるクラスを書く人によって開発されます。
Yii におけるユニットテストは、PHPUnit と Codeception (こちらはオプションです) の上に構築されます。
従って、それらのドキュメントを通読することが推奨されます。
-
[
PHPUnit のドキュメントの第2章以降
](
http://phpunit.de/manual/current/en/writing-tests-for-phpunit.html
)
.
-
[
Codeception Unit Tests
](
http://codeception.com/docs/06-UnitTests
)
.
アプリケーションテンプレートのユニットテストを走らせる
------------------------------------------------------
`apps/advanced/tests/README.md`
および
`apps/basic/tests/README.md`
で提供されている説明を参照してください。
フレームワークのユニットテスト
------------------------------
Yii フレームワーク自体に対するユニットテストを走らせたい場合は、"
[
Getting started with Yii2 development
](
https://github.com/yiisoft/yii2/blob/master/docs/internals/getting-started.md
)
" に従ってください。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment