- Install and enable PDO driver for one or more of MySQL, PostgreSQL, or SQL Server.
- Install dependencies:
composer install
From a console in the working directory, execute composer test to run all unit tests.
Note
By default, database tests will attempt to run on a database named PeachySQL.
To override connection settings, create a tests/config.php file which returns
an instance of Config with the desired property values.
- Run
composer cs-fixto format code following PER Coding Style. - Run
composer analyzeto detect type-related errors before runtime.