Skip to content

Bump phpunit/phpunit from 9.6.13 to 10.4.2 #228

Bump phpunit/phpunit from 9.6.13 to 10.4.2

Bump phpunit/phpunit from 9.6.13 to 10.4.2 #228

Triggered via pull request October 26, 2023 07:37
Status Failure
Total duration 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
phpstan: tests/Builder/ArchiveBuilderTest.php#L77
Call to deprecated method returnCallback() of class PHPUnit\Framework\TestCase: Use <code>$double->willReturnCallback()</code> instead of <code>$double->will($this->returnCallback())</code>
phpstan: tests/Builder/ArchiveBuilderTest.php#L105
Call to deprecated method returnValue() of class PHPUnit\Framework\TestCase: Use <code>$double->willReturn()</code> instead of <code>$double->will($this->returnValue())</code>
phpstan
Process completed with exit code 1.