Registry / testing / behat-mink

behat-mink

JSON →
library1.13.0phppackagistunverified

Browser controller/emulator abstraction for PHP that allows testing web applications through various drivers.

composer require behat/mink
INSTALL
IMPORT
SIG · BEHAT-MINK
B
behat-mink
testingphpv1.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Mink
use Behat\Mink\Mink;

Initialize Mink with a Goutte driver and visit a URL.

use Behat\Mink\Mink; use Behat\Mink\Driver\GoutteDriver; $mink = new Mink([ 'goutte' => new GoutteDriver() ]); $mink->setDefaultSessionName('goutte'); $session = $mink->getSession(); $session->visit('http://example.com');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.13.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
behat-mink — pip install behat-mink · libregistry