1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 00:14:38 +01:00
This commit is contained in:
Daniil Gentili 2023-12-07 19:14:57 +01:00
parent 5dcdeb0c01
commit 05126b28fb

View File

@ -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