Skip to content

Latest commit

 

History

History
 
 

mink-functional-testing-tutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

PHP Automated Functional Testing Using Mink

This repository contains the code used in my tutorial blog post, named as above, found at http://george.webb.uno/

Installation
  • Clone this repository and cd to this directory.

  • Run composer install

  • Install Sahi (See http://sahipro.com/sahi-open-source/) and start Sahi running

  • Run vendor/bin/phpunit to run the automated tests

  • Chrome will open and you will see the tests being performed and the browser will close. PHPUnit test results will appear in your terminal.

Please see the blog post for more information