2017 © Pedro Peláez
 

extension codeception-migration

The migration extension for Codeception with Yii2.

image

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 README.md

The migration extension for Codeception (Yii2)

GitHub license Yii2 Codeception, (*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)

The Versions

08/09 2017

dev-master

9999999-dev

The migration extension for Codeception with Yii2.

  Sources   Download

MIT

The Requires

 

by Avatar iripvanwinkle

extension yii2 codeception

08/09 2017

v1.1.0

1.1.0.0

The migration extension for Codeception with Yii2.

  Sources   Download

MIT

The Requires

 

by Avatar iripvanwinkle

extension yii2 codeception

06/09 2017

v1.0.3

1.0.3.0

The migration extension for Codeception with Yii2.

  Sources   Download

MIT

The Requires

 

by Avatar iripvanwinkle

extension yii2 codeception

25/05 2017

v1.0.2

1.0.2.0

The migration extension for Codeception with Yii2.

  Sources   Download

MIT

The Requires

 

by Avatar iripvanwinkle

extension yii2 codeception

22/01 2017

v1.0.1

1.0.1.0

The migration extension for Codeception with Yii2.

  Sources   Download

MIT

The Requires

 

by Avatar iripvanwinkle

extension yii2 codeception

17/11 2016

v1.0.0

1.0.0.0

The migration extension for Codeception with Yii2.

  Sources   Download

MIT

The Requires

 

by Avatar iripvanwinkle

extension yii2 codeception