In order to run the tests in PHP5 as well, we decided NOT to use PHPUnit and do the foolishly naive tests instead.
-
To run the tests locally on Linux/macOS:
$ composer test ...
-
To run the tests on Docker:
$ # For those who want to run the tests in PHP ^7.4 (Debian) $ composer test-docker ...
$ # For those who want to run the tests in PHP 5.3.26 (Debian) $ composer test-docker-php5.3 ...
$ # For those who want to run the tests in PHP 5.6.40 (Alpine) $ composer test-docker-php5 ...
$ # For those who want to run the tests in PHP 8.0-dev (Alpine) $ composer test-docker-php8 ...
-
To run the tests on Windows 10:
- Currently we DO NOT support tests that run on Windows10 locally. Please consider testing on Docker.