File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
# We can use USE_TRACKED_ALLOC=1 if more of these show up.
59
59
sed -i "s/function_exists('pcntl_fork')/false/" tests/Filesystem/FilesystemTest.php
60
60
# Work around PHP 8 incompatibility in Doctrine
61
- sed -i 's/function query()/function query($statement = null )/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
61
+ sed -i 's/function query()/function query(...$args )/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
62
62
sed -i 's/public function getMessage();//' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
63
63
php vendor/bin/phpunit
64
64
displayName: 'Test Laravel'
68
68
php7.3 /usr/bin/composer install --no-progress
69
69
php7.3 ./phpunit install
70
70
# Work around PHP 8 incompatibility in Doctrine
71
- sed -i 's/function query()/function query($statement = null )/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
71
+ sed -i 's/function query()/function query(...$args )/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
72
72
export USE_ZEND_ALLOC=0
73
73
export USE_TRACKED_ALLOC=1
74
74
export ASAN_OPTIONS=exitcode=139
You can’t perform that action at this time.
0 commit comments