behat/mink-wunit-driver

This package is abandoned and no longer maintained. No replacement package was suggested.

WUnit driver for Mink framework

Installs: 5 583

Dependents: 0

Suggesters: 1

Security: 0

Stars: 4

Watchers: 6

Forks: 6

Open Issues: 1

Type:mink-driver

dev-master 2014-07-13 09:59 UTC

This package is auto-updated.

Last update: 2022-02-01 12:24:39 UTC


README

Latest Stable Version Total Downloads

Usage Example

<?php

use Behat\Mink\Mink,
    Behat\Mink\Session,
    Behat\Mink\Driver\WUnitDriver;

$mink = new Mink(array(
    'wunit' => new Session(new WUnitDriver()),
));

$mink->getSession('wunit')->getPage()->findLink('Chat')->click();

Behat configuration

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

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

Installation

{
    "requires": {
        "behat/mink":              "~1.5",
        "behat/mink-extension":    "*",
        "behat/yii-extension":     "*",
        "behat/mink-wunit-driver": "*"
    }
}
curl http://getcomposer.org/installer | php
php composer.phar install

Copyright

Copyright (c) 2012 Patrick Dreyer (patrick.dreyer.name). See LICENSE for details.

Maintainers