Miro Svrtan
@msvrtan
Source: https://github.com/dwyl/learn-tdd
wget https://getcomposer.org/download/1.6.3/composer.phar
curl https://getcomposer.org/download/1.6.3/composer.phar > composer.phar
or
php composer.phar init
{
...
"autoload": {
"psr-0": {
"": "src/"
}
},
"autoload-dev": {
"psr-4": {
"spec\\": "spec/"
}
}
...
}
php composer.phar req --dev phpspec/phpspec
./vendor/bin/phpspec run
./vendor/bin/phpspec desc 'MyCompany\Calculator'
./vendor/bin/phpspec run
round up (€ 7.22 to € 8)
send difference (€ 0.78) to savings account
dont think about boring security stuff, we have their CTO's ear
model it in teams
present your model