Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 461 Bytes

File metadata and controls

14 lines (10 loc) · 461 Bytes

WordPress Toolkit by Studio Meta

Development commands

  • ddev start to start the DDEV project where the PHPUnit tests will be run
  • ddev exec composer test to run the PHPUnit tests
  • composer lint:style to check for code quality with PHPCS
  • composer fix:style to fix fixable errors reported by PHPCS
  • composer lint:static to do static analysis with PHPStan

Guidelines

  • Follow existing patterns
  • Follow modern PHP features and standard