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: about 11 hours 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T18:00:27.000Z (almost 9 years ago)
- Last Synced: 2025-04-02T05:47:28.954Z (7 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`