decoupling-from-infrastructure-workshop
decoupling-from-infrastructure-workshop copied to clipboard
Sandbox project for the "Decoupling from infrastructure" workshop
Workshop: Test-driving the development of decoupled applications
Requirements
Getting started
- Clone this repository and
cdinto it. - Run
bin/install
Usage
- Run
bin/composerto use Composer (e.g.bin/composer require --dev symfony/var-dumper). - Run
bin/run_teststo run the tests.