run.sh 318 B

123456789
  1. #!/usr/bin/env/bash
  2. CURRENT_DIR=`dirname $0`
  3. cd $CURRENT_DIR
  4. chmod 777 ./phpunit-4.7.0
  5. #./phpunit-4.7.0 --bootstrap ./Bootstrap.php --colors --verbose --debug unittest/Client/BehaviorCollectionClientTest
  6. ./phpunit-4.7.0 --bootstrap ./Bootstrap.php --colors --verbose --debug unittest/Client/SearchClientTest