victormln/docker-php-testing
Composer 安装命令:
composer require victormln/docker-php-testing
包简介
A project template to have PHP 8.1 and testing tools (PHPUnit + Infection)
关键字:
README 文档
README
Introduction
Template repository to have PHP + Xdebug + Testing tools (PHPUnit + Infection)
What is in this template
- PHP-fpm
- php.ini prepared to be edited by your own
- Composer
- Makefile
- Xdebug
- PHPUnit
- Infection
Installation
- 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
统计信息
- 总下载量: 18
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-23