https://github.com/tomohiro/phpunit-handson
PHPUnit hands-on project
https://github.com/tomohiro/phpunit-handson
docker php phpunit
Last synced: 3 months ago
JSON representation
PHPUnit hands-on project
- Host: GitHub
- URL: https://github.com/tomohiro/phpunit-handson
- Owner: tomohiro
- Created: 2017-03-20T07:45:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T10:38:10.000Z (over 7 years ago)
- Last Synced: 2025-01-29T19:47:35.124Z (5 months ago)
- Topics: docker, php, phpunit
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHPUnit Hands-on
================================================================================[](https://travis-ci.org/Tomohiro/phpunit-handson)
Requirements
--------------------------------------------------------------------------------- Docker for Mac
Environment
--------------------------------------------------------------------------------- PHP 7
- PHPUnit 6.0.7Getting Started
--------------------------------------------------------------------------------Clone this repository:
```
$ git clone https://github.com/Tomohiro/phpunit-handson
```Initialize:
```sh
$ ./script/setup # Setup dependency docker container and composer packages
```Testing
--------------------------------------------------------------------------------Run phpunit:
```sh
$ ./bin/phpunit -c phpunit.xml
```