Registry / testing / friends-of-behat-mink

friends-of-behat-mink

JSON →
library1.11.0phppackagistunverified

Browser controller/emulator abstraction for PHP

testing
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.

use Behat\Mink\Mink;

Initialize Mink with a Goutte driver and visit a page.

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'); echo $session->getPage()->getContent();
Debug
Known footguns
gotchaGoutteDriver requires the Goutte library which may have additional dependencies.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
ahrefsbot
1
Resources