An open API service indexing awesome lists of open source software.

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

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`