tomohiro / phpunit-handson

PHPUnit hands-on project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPUnit Hands-on

Build Status

Requirements

  • Docker for Mac

Environment

  • PHP 7
  • PHPUnit 6.0.7

Getting Started

Clone this repository:

$ git clone https://github.com/Tomohiro/phpunit-handson

Initialize:

$ ./script/setup  # Setup dependency docker container and composer packages

Testing

Run phpunit:

$ ./bin/phpunit -c phpunit.xml

About

PHPUnit hands-on project


Languages

Language:PHP 80.2%Language:Shell 19.8%