PHP-CI

Simple example in PHP to test Continuous Integration in different platforms

Requirements

$ php --version
PHP >= 7.0
$ composer --version
composer >= 1.6
$ phpunit --version
PHPUnit >= 6.5

Installing

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