You are here

run-tests.php in Support Ticketing System 8

File

tests/run-tests.php
View source
#!/bin/bash
# @file
# Simple script to run all tests.

set -e

./tests/run-phpunit.sh
./tests/run-simpletest.sh
./tests/run-behat.sh