All Projects → minkphp → Minkbundle

minkphp / Minkbundle

Licence: mit
Mink library integration bundle for Symfony2

Projects that are alternatives of or similar to Minkbundle

Fmbbcodebundle
🔠 BBCode bundle for Symfony projects
Stars: ✭ 56 (-12.5%)
Mutual labels:  symfony, symfony-bundle
Lexikcurrencybundle
This Symfony2 bundle provide a service and a Twig extension to convert and display currencies.
Stars: ✭ 59 (-7.81%)
Mutual labels:  symfony, symfony-bundle
Sncredisbundle
A Redis bundle for Symfony supporting Predis and PhpRedis
Stars: ✭ 980 (+1431.25%)
Mutual labels:  symfony, symfony-bundle
Webfactoryicutranslationbundle
Enables ICU message formatting for translations in Symfony applications.
Stars: ✭ 27 (-57.81%)
Mutual labels:  symfony, symfony-bundle
Beelabrecaptcha2bundle
💻 Symfony bundle for Google Recaptcha2
Stars: ✭ 47 (-26.56%)
Mutual labels:  symfony, symfony-bundle
Ismaambrosigeneratorbundle
Generates Symfony2 documents, forms and CRUD for MongoDB documents
Stars: ✭ 27 (-57.81%)
Mutual labels:  symfony, symfony-bundle
Knpsnappybundle
Easily create PDF and images in Symfony by converting html using webkit
Stars: ✭ 1,038 (+1521.88%)
Mutual labels:  symfony, symfony-bundle
Gluggibundle
Modular layout preview system, to be used within a symfony app.
Stars: ✭ 5 (-92.19%)
Mutual labels:  symfony, symfony-bundle
Liipurlautoconverterbundle
[DEPRECATED] This bundle will add a Twig Extension for templates with a new filter for automatically converting urls and emails in a string to html links
Stars: ✭ 53 (-17.19%)
Mutual labels:  symfony, symfony-bundle
Seo Bundle
A SEO Solution for duplicate contents, page titles, etc.
Stars: ✭ 45 (-29.69%)
Mutual labels:  symfony, symfony-bundle
Symfony Crawler Bundle
Implements the crawler package into Symfony
Stars: ✭ 8 (-87.5%)
Mutual labels:  symfony, symfony-bundle
Fosoauthserverbundle
A server side OAuth2 Bundle for Symfony
Stars: ✭ 1,068 (+1568.75%)
Mutual labels:  symfony, symfony-bundle
Javersphinxbundle
Symfony bundle which provides integration of Sphinx search engine with Symfony using SphinxQL
Stars: ✭ 18 (-71.87%)
Mutual labels:  symfony, symfony-bundle
Social Post Bundle
Symfony bundle to publish status updates on Facebook, LinkedIn and Twitter.
Stars: ✭ 35 (-45.31%)
Mutual labels:  symfony, symfony-bundle
Api Platform
Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.
Stars: ✭ 7,144 (+11062.5%)
Mutual labels:  symfony, symfony-bundle
Lexikpayboxbundle
LexikPayboxBundle eases the implementation of the Paybox payment system
Stars: ✭ 42 (-34.37%)
Mutual labels:  symfony, symfony-bundle
Alicebundle
A Symfony bundle to manage fixtures with Alice and Faker.
Stars: ✭ 742 (+1059.38%)
Mutual labels:  symfony, symfony-bundle
Sylius
Open Source eCommerce Platform on Symfony
Stars: ✭ 6,598 (+10209.38%)
Mutual labels:  symfony, symfony-bundle
Google Analytics Api Symfony
Google Analytics API Symfony Bundle
Stars: ✭ 43 (-32.81%)
Mutual labels:  symfony, symfony-bundle
Featureflagsbundle
Symfony2 Bundle to implement Feature Flags to your Application
Stars: ✭ 63 (-1.56%)
Mutual labels:  symfony, symfony-bundle

MinkBundle

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

Provides Behat\Mink browser abstraction library for PHPUnit in Symfony2 project.

Features

  • Symfony2 test.client browser emulator
  • Goutte browser emulator
  • Zombie (JS testing) browser emulator - Have a bug
  • Selenium2 (WebDriver) browser emulator
  • Selenium (JS testing) browser emulator
  • Sahi (JS testing) browser emulator

Configuration

config_test.yml

mink:
    base_url: 'http://localhost'
    browser_name: firefox
    goutte: ~ # optional
    sahi: ~ # optional
    zombie: ~ # optional
    selenium: ~ # optional
    selenium2: ~ # optional

All options can be overwrited in parameters.yml

mink.base_url: 'http://myhost.com'
mink.browser_name: 'chrome'

Documentation

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