Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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"
- Host: GitHub
- URL: https://github.com/mikemix/medium-tdd-validator
- Owner: mikemix
- License: mit
- Created: 2022-01-28T20:03:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T20:16:14.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T20:16:47.347Z (3 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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