https://github.com/wendelladriel/phpunit-tdd-training
Simple project to PHPUnit TDD Training
https://github.com/wendelladriel/phpunit-tdd-training
php php7 phpunit tdd training
Last synced: 5 months ago
JSON representation
Simple project to PHPUnit TDD Training
- Host: GitHub
- URL: https://github.com/wendelladriel/phpunit-tdd-training
- Owner: WendellAdriel
- Created: 2017-01-25T10:16:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T18:00:27.000Z (about 9 years ago)
- Last Synced: 2025-04-02T05:47:28.954Z (12 months ago)
- Topics: php, php7, phpunit, tdd, training
- Language: PHP
- Size: 322 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPUnit Training Project
> Simple project to PHPUnit TDD Training
## How to use
- Clone this **repo** and enter it
- Install the **dependencies**
```
composer install
```
- Run the tests
```
vendor/bin/phpunit
```
- The tests and code coverage reports are stored in `tests/coverage`