PHP Classes

File: test/run

Recommend this page to a friend!
  Classes of Eustaquio Rangel de Oliveira Jr.   torm   test/run   Download  
File: test/run
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: torm
Store and retrieve objects using ActiveRecord
Author: By
Last change: Some colors on tests.
Date: 9 years ago
Size: 158 bytes
 

Contents

Class file image Download
#!/bin/bash export TORM_ENV=test for file in $(find -maxdepth 1 -iname '*.php' -type f) do echo "running $file ..." phpunit --colors --debug $file done