PHP Classes

File: tests/Acceptance/vagrant.sh

Recommend this page to a friend!
  Classes of Joaquin   Laravel Valet Linux   tests/Acceptance/vagrant.sh   Download  
File: tests/Acceptance/vagrant.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Valet Linux
Run Laravel environment under a Linux machine
Author: By
Last change:
Date: 5 years ago
Size: 339 bytes
 

Contents

Class file image Download
#!/bin/bash # Terminate as soon as one command fails (e) set -e # Source .profile for extra path etc if [ -f ~/.profile ] then source ~/.profile fi # Go into repository workspace cd ~/cpriego-valet-linux # Install valet valet install # Run Functional tests ./vendor/phpunit/phpunit/phpunit --group acceptance --exclude-group none