All Projects → minkphp → phpunit-mink

minkphp / phpunit-mink

Licence: BSD-3-Clause license
Library for using Mink in PHPUnit tests. Supports session sharing between tests in a test case.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to phpunit-mink

librarify-back
Librarify. Creando una API con Symfony 5 es un curso completo sobre Symfony 5 en el que cuento cómo desarrollar una API desde cero empleando FOS Rest Bundle.
Stars: ✭ 30 (-57.75%)
Mutual labels:  phpunit
laravel-test-watcher
Laravel Test Watcher
Stars: ✭ 20 (-71.83%)
Mutual labels:  phpunit
phpunit-documentation-russian
Russian Documentation for PHPUnit
Stars: ✭ 16 (-77.46%)
Mutual labels:  phpunit
PHPUnit-Polyfills
Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
Stars: ✭ 147 (+107.04%)
Mutual labels:  phpunit
php-toolbox
🐳 A Docker image designed for PHP developers that care about code quality.
Stars: ✭ 18 (-74.65%)
Mutual labels:  phpunit
covers-validator
Validates covers tags in PHPUnit tests
Stars: ✭ 21 (-70.42%)
Mutual labels:  phpunit
vscode-phpunit
The VS Code Test Explorer extension for PHPUnit
Stars: ✭ 100 (+40.85%)
Mutual labels:  phpunit
phpunit-randomizer
A PHPUnit extension that allows you to execute your test cases in a random order
Stars: ✭ 52 (-26.76%)
Mutual labels:  phpunit
phpunit-util
Helper package to ease testing with PHPUnit.
Stars: ✭ 18 (-74.65%)
Mutual labels:  phpunit
hubtel-payment
🎉A comprehensive PHP Client Package for consuming the Hubtel Payment API
Stars: ✭ 13 (-81.69%)
Mutual labels:  phpunit
phpunit-injector
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
Stars: ✭ 62 (-12.68%)
Mutual labels:  phpunit
MinkZombieDriver
Zombie.js driver for Mink framework
Stars: ✭ 41 (-42.25%)
Mutual labels:  mink
generator-composer
🐘 Yeoman (http://yeoman.io) generator for a PHP Composer project
Stars: ✭ 16 (-77.46%)
Mutual labels:  phpunit
wordpress-plugin
WordPress plugin starter template with all of the things.
Stars: ✭ 19 (-73.24%)
Mutual labels:  phpunit
laravel-survey
Laravel 6 survey app.
Stars: ✭ 39 (-45.07%)
Mutual labels:  phpunit
composer-plugin-qa
Comprehensive Plugin for composer to execute PHP Quality assurance Tools
Stars: ✭ 25 (-64.79%)
Mutual labels:  phpunit
behat-3-kickstart
Behat 3/Mink and Guzzle for API testing. Code follows PageObjects approach. Saucelabs integration.
Stars: ✭ 13 (-81.69%)
Mutual labels:  mink
php.autotest
autotest for php written in php
Stars: ✭ 19 (-73.24%)
Mutual labels:  phpunit
concise
✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
Stars: ✭ 47 (-33.8%)
Mutual labels:  phpunit
think-phpunit
ThinkPHP5——phpunit测试用例
Stars: ✭ 17 (-76.06%)
Mutual labels:  phpunit

PHPUnit-Mink

Build Status HHVM Status Documentation

Scrutinizer Code Quality Coverage Status Dependency Status

Latest Stable Version Total Downloads Latest Unstable Version License

This library is an extension for PHPUnit, that allows to write tests with help of Mink.

Documentation

Service Integrations

SauceLabs BrowserStack

Installation using Composer

Define the dependencies in your composer.json:

{
	"require": {
		"aik099/phpunit-mink": "~2.0"
	}
}

Install/update your vendors:

$ curl http://getcomposer.org/installer | php
$ php composer.phar install
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].