Skip to content

Commit

Permalink
Merge pull request yiisoft#9462 from nukkumatti/fix-codeception-links
Browse files Browse the repository at this point in the history
Fixed Codeception links [skip ci]
  • Loading branch information
samdark committed Aug 19, 2015
2 parents 0f2a77e + 769c8f7 commit bdcbb06
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/guide-ja/test-acceptance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

> Note|注意: この節はまだ執筆中です。
- http://codeception.com/docs/04-AcceptanceTests
- [Codeception Acceptance Tests](http://codeception.com/docs/03-AcceptanceTests)


アプリケーションテンプレートの受入テストを走らせる
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/test-fixtures.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ DB と関係しないフィクスチャ (例えば、何らかのファイルや
フィクスチャを使用する
----------------------

[CodeCeption](http://codeception.com/) を使ってコードをテストしている場合は、フィクスチャのローディングとアクセスを内蔵でサポートしている `yii2-codeception` を使用することを検討すべきです。
[Codeception](http://codeception.com/) を使ってコードをテストしている場合は、フィクスチャのローディングとアクセスを内蔵でサポートしている `yii2-codeception` を使用することを検討すべきです。
その他のテストフレームワークを使っている場合は、テストケースで [[yii\test\FixtureTrait]] を使って同じ目的を達することが出来ます。

次に `yii2-codeception` を使って `UserProfile` 単体テストを書く方法を説明します。
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/test-functional.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

> Note|注意: この節はまだ執筆中です。
- http://codeception.com/docs/05-FunctionalTests
- [Codeception Functional Tests](http://codeception.com/docs/04-FunctionalTests)

アプリケーションテンプレートの機能テストを走らせる
--------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/test-unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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).
- [Codeception Unit Tests](http://codeception.com/docs/05-UnitTests).

アプリケーションテンプレートの単体テストを走らせる
--------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pl/test-acceptance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Testy akceptacyjne

> Uwaga: Ta sekcja jest w trakcie tworzenia.
- http://codeception.com/docs/04-AcceptanceTests
- [Codeception Acceptance Tests](http://codeception.com/docs/03-AcceptanceTests)

Uruchamianie testów akceptacyjnych dla podstawowego i zaawansowanego szablonu projektu
--------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pl/test-functional.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Testy funkcjonalne

> Uwaga: Ta sekcja jest w trakcie tworzenia.
- http://codeception.com/docs/05-FunctionalTests
- [Codeception Functional Tests](http://codeception.com/docs/04-FunctionalTests)

Uruchamianie testów funkcjonalnych dla podstawowego i zaawansowanego szablonu projektu
--------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/test-acceptance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

> Примечание: Данный раздел находится в разработке.
- http://codeception.com/docs/04-AcceptanceTests
- [Codeception Acceptance Tests](http://codeception.com/docs/03-AcceptanceTests)

Запуск тестов в шаблонах проектов basic и advanced
--------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/test-fixtures.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class UserProfileFixture extends ActiveFixture
Использование фикстур
---------------------

Если вы используете [CodeCeption](http://codeception.com/) для тестирования вашего кода, вам следует рассмотреть вопрос
Если вы используете [Codeception](http://codeception.com/) для тестирования вашего кода, вам следует рассмотреть вопрос
об использовании расширения `yii2-codeception`, которое имеет встроенную поддержку загрузки фикстур и доступа к ним.
Если вы используете другой фреймворк для тестирования, вы можете использовать [[yii\test\FixtureTrait]] в ваших тестах для
этих целей.
Expand Down
4 changes: 2 additions & 2 deletions docs/guide-ru/test-functional.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

> Примечание: Данный раздел находится в разработке.
- http://codeception.com/docs/05-FunctionalTests
- [Codeception Functional Tests](http://codeception.com/docs/04-FunctionalTests)

Запуск функциональных тестов для шаблонов проектов basic и advanced
-------------------------------------------------------------------

Следуйте инструкциям в `apps/advanced/tests/README.md` и `apps/basic/tests/README.md`.
Следуйте инструкциям в `apps/advanced/tests/README.md` и `apps/basic/tests/README.md`.
2 changes: 1 addition & 1 deletion docs/guide-ru/test-unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Модульное тестирование в 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).
- [Codeception Unit Tests](http://codeception.com/docs/05-UnitTests).

Запуск тестов шаблонов проектов basic и advanced
------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/test-acceptance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Acceptance Tests

> Note: This section is under development.
- http://codeception.com/docs/04-AcceptanceTests
- [Codeception Acceptance Tests](http://codeception.com/docs/03-AcceptanceTests)

Running basic and advanced template acceptance tests
----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/test-fixtures.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ In the above, we have shown how to define a fixture about a DB table. To define
Using Fixtures
--------------

If you are using [CodeCeption](http://codeception.com/) to test your code, you should consider using
If you are using [Codeception](http://codeception.com/) to test your code, you should consider using
the `yii2-codeception` extension which has built-in support for loading and accessing fixtures.
If you are using other testing frameworks, you may use [[yii\test\FixtureTrait]] in your test cases
to achieve the same goal.
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/test-functional.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Functional Tests

> Note: This section is under development.
- http://codeception.com/docs/04-FunctionalTests
- [Codeception Functional Tests](http://codeception.com/docs/04-FunctionalTests)

Running basic and advanced template functional tests
----------------------------------------------------

Please refer to instructions provided in `apps/advanced/tests/README.md` and `apps/basic/tests/README.md`.
Please refer to instructions provided in `apps/advanced/tests/README.md` and `apps/basic/tests/README.md`.

0 comments on commit bdcbb06

Please sign in to comment.