PHP Classes

File: tests/testAll.sh

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   tests/testAll.sh   Download  
File: tests/testAll.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Timesheet Management System
Manage project tasks and the respective work times
Author: By
Last change:
Date: 5 years ago
Size: 120 bytes
 

Contents

Class file image Download
#!/bin/bash for i in *Test.php; do echo 'Running Test File: '$i phpunit --configuration phpunit.xml echo $i done