We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5f0b8 commit 000f609Copy full SHA for 000f609
azure/community_job.yml
@@ -59,6 +59,7 @@ jobs:
59
sed -i "s/function_exists('pcntl_fork')/false/" tests/Filesystem/FilesystemTest.php
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
62
+ sed -i 's/public function getMessage();//' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
63
php vendor/bin/phpunit
64
displayName: 'Test Laravel'
65
- script: |
0 commit comments