Simple example in PHP to test Continuous Integration in different platforms
$ php --version
PHP >= 7.0
$ composer --version
composer >= 1.6
$ phpunit --version
PHPUnit >= 6.5
Clone this repository
$ git clone https://github.com/vfa-thanghc/circleci_php_2.git
Install with composer
$ composer install
Test
$ phpunit tests/MyTest.php
or
$ vendor/bin/phpunit tests/MyTest