PHP Classes

File: vendor/mockery/mockery/travis/script.sh

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/mockery/mockery/travis/script.sh   Download  
File: vendor/mockery/mockery/travis/script.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 246 bytes
 

Contents

Class file image Download
#!/bin/bash if [[ $TRAVIS_PHP_VERSION != "hhvm" \ && $TRAVIS_PHP_VERSION != "hhvm-nightly" \ && $TRAVIS_PHP_VERSION != "7.0" ]]; then vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml else vendor/bin/phpunit fi