-
Install dependencies:
composer install
-
Install required packages on Debian:
apt install php-pdo php-pdo-sqlite php-odbc libsqliteodbc sqlite3
-
Enable SQLite mocking:
- Open
tests/config/db.config.php
- Set:
'mockDb2UsingSqlite' => true,
- Open
-
Run the tests:
vendor/bin/phpunit