Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 252 Bytes

TESTS.md

File metadata and controls

16 lines (12 loc) · 252 Bytes

ActiveRecord tests

Execute tests

kahlan

Coverage

mkdir .nyc_output
XDEBUG_MODE=coverage kahlan --coverage --istanbul=.nyc_output/coverage.json
nyc report --reporter=html --extension=".php"
open coverage/index.html