Skip to content

Commit

Permalink
Fixed CodeCeption to Codeception [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tarasio committed Aug 19, 2015
1 parent 2004fe6 commit d77a533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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-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
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

0 comments on commit d77a533

Please sign in to comment.