Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 149 Bytes

HOW-TO-TEST.md

File metadata and controls

11 lines (6 loc) · 149 Bytes

HOW TO TEST

1. Grammar Check

$ find src -name '*.php' -exec php -l '{}' \;

2. Unit Tests

$ vendor/bin/phpunit tests