Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 632 Bytes

File metadata and controls

18 lines (10 loc) · 632 Bytes

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