https://github.com/yiisoft/yii2-codeception
Yii 2 Codeception extension (DEPRECATED)
https://github.com/yiisoft/yii2-codeception
Last synced: 5 months ago
JSON representation
Yii 2 Codeception extension (DEPRECATED)
- Host: GitHub
- URL: https://github.com/yiisoft/yii2-codeception
- Owner: yiisoft
- License: bsd-3-clause
- Archived: true
- Created: 2013-12-18T04:00:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-26T18:21:41.000Z (about 7 years ago)
- Last Synced: 2024-04-14T01:51:26.248Z (about 1 year ago)
- Language: PHP
- Homepage: http://www.yiiframework.com
- Size: 9.39 MB
- Stars: 54
- Watchers: 23
- Forks: 16
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Codeception Extension for Yii 2
===============================## This package is deprecated
This package is deprecated. All the features were intergrated into Codeception Yii2 module. Refer to [official documentation](http://codeception.com/for/yii).
---
This extension provides [Codeception](http://codeception.com/) integration for the [Yii framework 2.0](http://www.yiiframework.com).
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`.For license information check the [LICENSE](LICENSE.md)-file.
Documentation is at [docs/guide/README.md](docs/guide/README.md).
[](https://packagist.org/packages/yiisoft/yii2-codeception)
[](https://packagist.org/packages/yiisoft/yii2-codeception)Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist yiisoft/yii2-codeception
```or add
```json
"yiisoft/yii2-codeception": "~2.0.0"
```to the require section of your composer.json.