Arkadiusz Kondas Profile picture
Software Engineer (@LendableUK), Pragmatic Programmer, Event Stormer, Event Modeler, Clean Coder, Blogger, Ultrarunner, Homebrewer
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