altocompta/unit-test/test-file.sh
Dany De Bontridder 90ddcae3d9 Noalyss_SQL New function to get all indexed by the primary key
Create PHPUNIT for Noalyss_SQL
2019-09-21 12:36:46 +02:00

9 lines
139 B
Bash
Executable file

#!/bin/bash
PHPUNIT=./phpunit
if [ ! -f "$1" ] ; then
echo "File $1 not found"
exit 1
fi
$PHPUNIT --bootstrap bootstrap.php --color $1