Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 28 days 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