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

https://github.com/danitome24/tgndevs-meetup-tdd-php

Simple php project to start playing with TDD
https://github.com/danitome24/tgndevs-meetup-tdd-php

php phpunit tdd testing

Last synced: 2 months ago
JSON representation

Simple php project to start playing with TDD

Awesome Lists containing this project

README

        

This project is about tdd php kata by Jordi Anguela in tgndevs meetup

## Installation

* Install dependencies via composer:

```
docker run --rm -v $(pwd):/app composer:latest install
```

* Run the tests using docker-compose

```
docker-compose up
```

## Author

Daniel Tomé Fernández