Skip to content

Commit 213494f

Browse files
committed
Move patch to right place
This was supposed to be for laravel, not symfony. [ci skip]
1 parent fc3439a commit 213494f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/community_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
sed -i "s/function_exists('pcntl_fork')/false/" tests/Filesystem/FilesystemTest.php
6060
# Work around PHP 8 incompatibility in Doctrine
6161
sed -i 's/function query()/function query(...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
62+
sed -i 's/function setFetchMode($fetchMode, $arg2 = null, $arg3 = null)/setFetchMode($fetchMode, $arg2 = null, $arg3 = null, ...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
6263
sed -i 's/public function getMessage();//' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/DriverException.php
6364
php vendor/bin/phpunit
6465
displayName: 'Test Laravel'
@@ -69,7 +70,6 @@ jobs:
6970
php7.3 ./phpunit install
7071
# Work around PHP 8 incompatibility in Doctrine
7172
sed -i 's/function query()/function query(...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
72-
sed -i 's/function setFetchMode($fetchMode, $arg2 = null, $arg3 = null)/setFetchMode($fetchMode, $arg2 = null, $arg3 = null, ...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
7373
export USE_ZEND_ALLOC=0
7474
export USE_TRACKED_ALLOC=1
7575
export ASAN_OPTIONS=exitcode=139

0 commit comments

Comments
 (0)