%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/froiden/laravel-rest-api/ |
Upload File : |
language: php
php:
- 5.6
- 7.0
sudo: false
cache:
directories:
- laravel
install:
# specify the laravel service providers to insert
- export PACKAGE_PROVIDER="
Froiden\\\\RestAPI\\\\Providers\\\\ApiServiceProvider::class"
- export FACADES="
'ApiRoute' => Froiden\\\\RestAPI\\\\Facades\\\\ApiRoute::class"
- export DB_HOST="localhost"
- export DB_DATABASE="homestead_test"
- export DB_USERNAME="root"
- export DB_PASSWORD=""
#specify the package to test
- export PACKAGE_NAME=froiden/laravel-rest-api
#run the setup script
- curl -s https://raw.githubusercontent.com/froiden/laravel-rest-api/master/setup.sh | bash
- mysql -e 'create database homestead_test;'
services: mysql
script:
- cd laravel/laravel-rest-api
- ../vendor/bin/phpunit