Template repository to have PHP + Xdebug + Testing tools (PHPUnit + Infection)
- PHP-fpm
- php.ini prepared to be edited by your own
- Composer
- Makefile
- Xdebug
- PHPUnit
- Infection
- From composer
$ composer create-project victormln/docker-php-testing your-project
OR with git:
$ git clone https://github.com/victormln/docker-php-testing.git your-project
$ cd your-project
$ make install
- Execute PHPUnit:
$ make test
- Execute Infection:
$ make infection