Pho

(( gitHubWatchers )) (( gitHubStars )) (( gitHubForks ))

Pho is a BDD test framework for PHP, inspired by Jasmine and RSpec.

It features a familiar syntax, and a watch command to automatically re-run specs during development. It can also be extended with custom matchers and reporters.

Installation

Install from a Composer package as a global CLI utility (with Composer)

Make sure you have Composer installed.

Require it as a global CLI utility:
composer global require danielstjules/pho
Run it:
pho
Make sure your global vendor binaries directory is in your $PATH environment variable. Check the Composer documentation for more information.