1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 00:14:38 +01:00

Don't skip tests anymore, PHP 8.2.4 doesn't segfault

This commit is contained in:
Daniil Gentili 2023-03-17 11:24:22 +01:00
parent 781af3a400
commit a6d3ac7771

View File

@ -96,12 +96,10 @@ cd $madelinePath
db()
{
return 0
php tests/db.php $1
}
cycledb()
{
return 0
db memory
db mysql
db postgres
@ -111,12 +109,10 @@ cycledb()
runTestSimple()
{
return 0
tests/testing.php
}
runTest()
{
return 0
{
echo "b
$BOT_TOKEN