shish 74aff18855 init2 6 лет назад
..
README.md 74aff18855 init2 6 лет назад
basic-usage.md 74aff18855 init2 6 лет назад
installation.md 74aff18855 init2 6 лет назад
usage-additional-debug-output.md 74aff18855 init2 6 лет назад
usage-customizing-application-config.md 74aff18855 init2 6 лет назад
usage-reconfiguring-components-for-testing.md 74aff18855 init2 6 лет назад

README.md

Codeception Extension for Yii 2

This extension provides Codeception integration for the Yii Framework 2.0.

It provides classes that help with testing with codeception:

  • a base class for unit-tests: yii\codeception\TestCase;
  • a base class for codeception page-objects: yii\codeception\BasePage.

Getting Started

Usage

Additional topics