With Composer
composer require mesour/editable
Before first run, create config.local.php file. Can use config.php as template.
config.local.php
config.php
Run command vendor/bin/tester tests/ -s -c tests/php.ini --colors
vendor/bin/tester tests/ -s -c tests/php.ini --colors
Run command vendor/bin/phpcs --standard=ruleset.xml --extensions=php,phpt --encoding=utf-8 --tab-width=4 -sp src tests
vendor/bin/phpcs --standard=ruleset.xml --extensions=php,phpt --encoding=utf-8 --tab-width=4 -sp src tests
info at phpclasses dot org