extension codeception-migration
The migration extension for Codeception with Yii2.
iripvanwinkle/codeception-migration
The migration extension for Codeception with Yii2.
- Friday, September 8, 2017
- by iripvanwinkle
- Repository
- 1 Watchers
- 0 Stars
- 175 Installations
- PHP
- 4 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 6 Versions
- 0 % Grown
The migration extension for Codeception (Yii2)
, (*1)
Install
Via Composer, (*2)
$ composer require iripvanwinkle/codeception-migration
Config
-
configFile
required - the path to the application config file. File should be configured for test environment and return configuration array.
-
migrationPath
- the path to your migrations folder. May use yii2 alias.
-
migrationNamespaces
- list of namespaces containing the migration classes. May corresponds with the autoloading conventions of Yii.
-
entryUrl
- initial application url (default: http://localhost/index-test.php).
-
entryScript
- front script title (like: index-test.php). If not set - taken from entryUrl.
Usage
You can use this extension by setting params in your codeception.yml:, (*3)
extensions:
enabled:
- Codeception\Extension\Migration
config:
Codeception\Extension\Migration:
configFile: <path to the application config file>
migrationPath: <path to your migrations (may use yii2 alias)>
License
The MIT License (MIT). Please see License File for more information., (*4)
dev-master
9999999-dev
The migration extension for Codeception with Yii2.
Sources
Download
MIT
The Requires
by
iripvanwinkle
extension
yii2
codeception
v1.1.0
1.1.0.0
The migration extension for Codeception with Yii2.
Sources
Download
MIT
The Requires
by
iripvanwinkle
extension
yii2
codeception
v1.0.3
1.0.3.0
The migration extension for Codeception with Yii2.
Sources
Download
MIT
The Requires
by
iripvanwinkle
extension
yii2
codeception
v1.0.2
1.0.2.0
The migration extension for Codeception with Yii2.
Sources
Download
MIT
The Requires
by
iripvanwinkle
extension
yii2
codeception
v1.0.1
1.0.1.0
The migration extension for Codeception with Yii2.
Sources
Download
MIT
The Requires
by
iripvanwinkle
extension
yii2
codeception
v1.0.0
1.0.0.0
The migration extension for Codeception with Yii2.
Sources
Download
MIT
The Requires
by
iripvanwinkle
extension
yii2
codeception