shish 74aff18855 init2 hace 6 años
..
README.md 74aff18855 init2 hace 6 años
basic-usage.md 74aff18855 init2 hace 6 años
installation.md 74aff18855 init2 hace 6 años
usage-additional-debug-output.md 74aff18855 init2 hace 6 años
usage-customizing-application-config.md 74aff18855 init2 hace 6 años
usage-reconfiguring-components-for-testing.md 74aff18855 init2 hace 6 años

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