Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/phpwebsite-1.8.x/
Upload File :
Current File : /var/www/html/mmishra/mm/phpwebsite-1.8.x/run-tests

#!/bin/bash

if [ ! -x phpunit ]; then
    echo "phpWebSite uses phpUnit for unit testing.  Please install phpUnit."
    exit
fi

phpunit -c phpunit-phpwebsite.xml