PHP Classes

File: vendor/bin/phpunit

Recommend this page to a friend!
  Classes of Victor Henrique Pereira   DB Manager Logger   vendor/bin/phpunit   Download  
File: vendor/bin/phpunit
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: DB Manager Logger
Execute and log MySQL queries using PDO
Author: By
Last change:
Date: 9 years ago
Size: 138 bytes
 

Contents

Class file image Download
#!/usr/bin/env sh SRC_DIR="`pwd`" cd "`dirname "$0"`" cd "../phpunit/phpunit" BIN_TARGET="`pwd`/phpunit" cd "$SRC_DIR" "$BIN_TARGET" "$@"