We always appreciate contributions to PHP ActiveRecord, but we are not always able to respond as quickly as we would like. Please do not take delays personal and feel free to remind us by commenting on issues.
PHP ActiveRecord has a full set of unit tests, which are run by PHPUnit.
In order to run these unit tests, you need to install the required packages using Composer:
composer installAfter that you can run the tests by invoking the local PHPUnit
To run all test simply use:
vendor/bin/phpunitOr run a single test file by specifying its path:
vendor/bin/phpunit test/InflectorTest.php