Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikemix/medium-tdd-validator

Medium publication "Symfony Validator a TDD way"
https://github.com/mikemix/medium-tdd-validator

Last synced: about 1 month ago
JSON representation

Medium publication "Symfony Validator a TDD way"

Awesome Lists containing this project

README

        

# medium-tdd-validator
Medium publication "Symfony Validator a TDD way"

https://medium.com/@dotcom.software/designing-a-symfony-validator-the-tdd-way-8cded85e88d1

## Run with Docker

1. `make start` – creates the container
2. `make deps` – installs dependencies
3. `make tests` – runs the test suite
4. `make stop` – removes the container