Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
Arkadiusz Kondas
@ArkadiuszKondas
Software Engineer (@LendableUK), Pragmatic Programmer, Event Stormer, Event Modeler, Clean Coder, Blogger, Ultrarunner, Homebrewer
Subscribe
Save as PDF
Dec 14, 2020
•
4 tweets
•
1 min read
#php
#symfony
build pipeline:
- composer validate+normalize
- php-cs-fixer (code style)
- phpstan (static analysis)
- phpunit + pcov (tests + coverage)
- bin/console lint:* (lint cfg and container)
- bin/console security:check
- infection (mutation tests)
something is missing? Yes, I still use this:
phpat -
github.com/carlosas/phpat