All Projects → minkphp → Minkbrowserkitdriver

minkphp / Minkbrowserkitdriver

Licence: mit
Symfony2 BrowserKit driver for Mink framework

Labels

Projects that are alternatives of or similar to Minkbrowserkitdriver

Easy Deploy Bundle
The easiest way to deploy your Symfony applications
Stars: ✭ 446 (-17.71%)
Mutual labels:  symfony
Wellcommerce
Open-source E-Commerce software
Stars: ✭ 499 (-7.93%)
Mutual labels:  symfony
Api Pack
A Symfony pack for API Platform
Stars: ✭ 520 (-4.06%)
Mutual labels:  symfony
Certificationy
The core library to create tests and certifications
Stars: ✭ 457 (-15.68%)
Mutual labels:  symfony
Open Loyalty
Open Loyalty is technology for loyalty solutions for starting new loyalty projects.
Stars: ✭ 476 (-12.18%)
Mutual labels:  symfony
Php Docker Boilerplate
🍲 PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
Stars: ✭ 503 (-7.2%)
Mutual labels:  symfony
Phone Number Bundle
Integrates libphonenumber into your Symfony2-Symfony4 application
Stars: ✭ 446 (-17.71%)
Mutual labels:  symfony
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (-0.92%)
Mutual labels:  symfony
Webpack Encore Pack
Stars: ✭ 492 (-9.23%)
Mutual labels:  symfony
Ddd Playground
Domain-Driven Design in a PHP project using Symfony
Stars: ✭ 517 (-4.61%)
Mutual labels:  symfony
Symfony Certification Preparation List
List of topic-specific resources to help you prepare for Symfony certification
Stars: ✭ 460 (-15.13%)
Mutual labels:  symfony
Vagrant Php Dev Box
PHP 7 vagrant development box with nginx, php-fpm, MySQL, Symfony, Laravel, ... on Ubuntu 16.04
Stars: ✭ 473 (-12.73%)
Mutual labels:  symfony
Payumbundle
Payum offers everything you need to work with payments. From simplest use cases to very advanced ones.
Stars: ✭ 509 (-6.09%)
Mutual labels:  symfony
Foscommentbundle
Threaded comments for Symfony
Stars: ✭ 451 (-16.79%)
Mutual labels:  symfony
Skeleton
The Symfony skeleton
Stars: ✭ 523 (-3.51%)
Mutual labels:  symfony
Liipmonitorbundle
Integrates the LiipMonitor library into Symfony
Stars: ✭ 445 (-17.9%)
Mutual labels:  symfony
Sensiodistributionbundle
Base bundle for Symfony Distributions
Stars: ✭ 501 (-7.56%)
Mutual labels:  symfony
Oneupflysystembundle
A Flysystem integration for your Symfony projects.
Stars: ✭ 541 (-0.18%)
Mutual labels:  symfony
Tania
A PHP based, free, and open source farming management system.
Stars: ✭ 528 (-2.58%)
Mutual labels:  symfony
Sentry Symfony
The official Symfony SDK for Sentry (sentry.io)
Stars: ✭ 515 (-4.98%)
Mutual labels:  symfony

Mink BrowserKit Driver

Latest Stable Version Latest Unstable Version Total Downloads Build Status Scrutinizer Quality Score Code Coverage License

Usage Example

<?php

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

use Symfony\Component\HttpKernel\Client;

$app  = require_once(__DIR__.'/app.php'); // Silex app

$mink = new Mink(array(
    'silex' => new Session(new BrowserKitDriver(new Client($app))),
));

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

Installation

To install use the composer require command:

composer require --dev behat/mink behat/mink-browserkit-driver

Maintainers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].