ddev startto start the DDEV project where the PHPUnit tests will be runddev exec composer testto run the PHPUnit testscomposer lint:styleto check for code quality with PHPCScomposer fix:styleto fix fixable errors reported by PHPCScomposer lint:staticto do static analysis with PHPStan
- Follow existing patterns
- Follow modern PHP features and standard