mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 22:14:39 +01:00
Temp
This commit is contained in:
parent
5dcdeb0c01
commit
05126b28fb
@ -47,7 +47,8 @@ if [ "$1" == "psalm" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$1" == "phpunit" ]; then
|
if [ "$1" == "phpunit" ]; then
|
||||||
composer test
|
#composer test
|
||||||
|
composer test-light
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -58,4 +59,4 @@ fi
|
|||||||
|
|
||||||
echo "Unknown command!"
|
echo "Unknown command!"
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user