Test your code
Lint
Lint your code to ensure it fullfils our package styling standards:
composer lint
Tests
Run all tests:
composer test
Check types:
composer test:types
Unit tests:
composer test:unit
Lint your code to ensure it fullfils our package styling standards:
composer lint
Run all tests:
composer test
Check types:
composer test:types
Unit tests:
composer test:unit