Ecosyste.ms: Awesome
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: 28 days ago
JSON representation
Simple php project to start playing with TDD
- Host: GitHub
- URL: https://github.com/danitome24/tgndevs-meetup-tdd-php
- Owner: danitome24
- License: gpl-3.0
- Created: 2018-05-25T14:38:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T20:19:57.000Z (over 6 years ago)
- Last Synced: 2024-11-06T17:58:22.138Z (3 months ago)
- Topics: php, phpunit, tdd, testing
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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