2017 © Pedro Peláez
 

behat-extension yii-extension

Yii framework extension for Behat

image

behat/yii-extension

Yii framework extension for Behat

  • Wednesday, March 12, 2014
  • by everzet
  • Repository
  • 11 Watchers
  • 29 Stars
  • 11,094 Installations
  • PHP
  • 0 Dependents
  • 2 Suggesters
  • 8 Forks
  • 4 Open issues
  • 3 Versions
  • 1 % Grown

The README.md

YiiExtension

Provides integration layer for the Yii framework:, (*1)

  • Additional services for Behat (Yii, Sessions, Drivers)
  • Behat\MinkExtension\Context\YiiAwareInterface which provides CWebApplication instance for your contexts or subcontexts
  • Additional wunit session (sets as default) for Mink (if MinkExtension is installed) for functional testing without Selenium through wunit

between Behat 2.5+ and Yii., (*2)

Behat configuration

default:
  extensions:
    Behat\MinkExtension\Extension:
      default_session: wunit

    Behat\YiiExtension\Extension:
      framework_script: ../../framework/yii.php
      config_script: ../config/test.php
      mink_driver: true

Installation

{
    "require-dev": {
        "behat/mink":           "~1.5",
        "behat/mink-extension": "~1.3",
        "behat/yii-extension":  "~1.0"
    }
}
$ composer update 'behat/mink' 'behat/mink-extension' 'behat/yii-extension'

Copyright (c) 2012 Konstantin Kudryashov (ever.zet). See LICENSE for details., (*3)

Maintainers

The Versions

12/03 2014

dev-master

9999999-dev http://behat.org

Yii framework extension for Behat

  Sources   Download

MIT

The Requires

 

bdd framework web

12/03 2014

v1.1.0

1.1.0.0 http://behat.org

Yii framework extension for Behat

  Sources   Download

MIT

The Requires

 

bdd framework web

25/02 2013

v1.0.0

1.0.0.0 http://mink.behat.org

Yii framework extension for Behat

  Sources   Download

MIT

The Requires

 

bdd framework web