Browse Source

[skip ci] fixed wrong links

modified:   docs/guide-pl/test-environment-setup.md
modified:   docs/guide-ru/test-environment-setup.md
modified:   docs/guide/test-environment-setup.md
tags/2.0.7
lichunqiang 9 years ago
parent
commit
1454ad9770
  1. 4
      docs/guide-pl/test-environment-setup.md
  2. 4
      docs/guide-ru/test-environment-setup.md
  3. 4
      docs/guide/test-environment-setup.md

4
docs/guide-pl/test-environment-setup.md

@ -11,8 +11,8 @@ na utworzenie testów następujących typów:
- [Testy akceptacyjne](test-acceptance.md) - weryfikujące scenariusze działań z perspektywy użytkownika w przeglądarce.
Yii dostarcza gotowy do użycia zestaw testów wszystkich trzech typów zarówno dla szablonu projektu
[`yii2-basic`](https://github.com/yiisoft/yii2/tree/master/apps/basic) jak i
[`yii2-advanced`](https://github.com/yiisoft/yii2/tree/master/apps/advanced).
[`yii2-basic`](https://github.com/yiisoft/yii2-app-basic) jak i
[`yii2-advanced`](https://github.com/yiisoft/yii2-app-advanced).
W celu uruchomienia testów koniecznie jest zainstalowanie [Codeception](https://github.com/Codeception/Codeception).
Instalację można wykonać lokalnie - dla konkretnego pojedynczego projektu - lub globalnie - na komputerze deweloperskim.

4
docs/guide-ru/test-environment-setup.md

@ -11,8 +11,8 @@ Yii 2 официально поддерживает интеграцию с фр
- [Приёмочное тестирование](test-acceptance.md) - проверяет пользовательские сценарии в браузере.
Все три типа тестов представлены в шаблонах проектов
[`yii2-basic`](https://github.com/yiisoft/yii2/tree/master/apps/basic) и
[`yii2-advanced`](https://github.com/yiisoft/yii2/tree/master/apps/advanced).
[`yii2-basic`](https://github.com/yiisoft/yii2-app-basic) и
[`yii2-advanced`](https://github.com/yiisoft/yii2-app-advanced).
Для того, чтобы запустить тесты необходимо установить [Codeception](https://github.com/Codeception/Codeception).
Сделать это можно как локально, то есть только для текущего проекта, так и глобально для компьютера разработчика.

4
docs/guide/test-environment-setup.md

@ -11,8 +11,8 @@ framework that allows you to create the following test types:
- [Acceptance testing](test-acceptance.md) - verifies scenarios from a user's perspective in a browser.
Yii provides ready to use test sets for all three test types in both
[`yii2-basic`](https://github.com/yiisoft/yii2/tree/master/apps/basic) and
[`yii2-advanced`](https://github.com/yiisoft/yii2/tree/master/apps/advanced) project templates.
[`yii2-basic`](https://github.com/yiisoft/yii2-app-basic) and
[`yii2-advanced`](https://github.com/yiisoft/yii2-app-advanced) project templates.
In order to run tests you need to install [Codeception](https://github.com/Codeception/Codeception).
You can install it either locally - for particular project only, or globally - for your development machine.

Loading…
Cancel
Save