This is a sample REST API built with FuelPHP for testing "autonomous testing" in TravisCI
- PHP 7.0 or later
- Composer
- Codeception
- Run
composer install
first - In the
public
folder runphp -S localhost:8888
to start the development server
- Run
composer install
first - In the project root, run
php fuel/vendor/codeception/codeception/codecept run
- Or
php codecept.phar run
if you have downloaded already
- Mazhar Ahmed