fabre-thibaud / bowling-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHPUnit / PHP 7.4 / Docker boilerplate

This is an empty PHP project with phpunit & mockery

require-dev packages

  • phpunit/phpunit
  • mockery/mockery

HelloWorld example with unit test

A class to say hello world.

Get started

Mount container and install dependencies

make up

Run tests

make phpunit

License

This project is open-sourced software licensed under the MIT license

About


Languages

Language:PHP 97.3%Language:Makefile 2.7%