PHP Classes

File: tests/Acceptance/docker.sh

Recommend this page to a friend!
  Classes of Joaquin   Laravel Valet Linux   tests/Acceptance/docker.sh   Download  
File: tests/Acceptance/docker.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: 317 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 $REPOSITORY # Install valet ./valet install # Run Functional tests vendor/bin/phpunit --group functional --exclude-group none