Update all non-major dependencies #2257
Annotations
4 errors
tests/Token/BuilderTest.php#L68
Call to deprecated method willReturnOnConsecutiveCalls() of class PHPUnit\Framework\MockObject\Builder\InvocationMocker:
Use <code>$double->willReturn(1, 2, 3)</code> instead of <code>$double->willReturnOnConsecutiveCalls(1, 2, 3)</code>
|
tests/Token/ParserTest.php#L152
Call to deprecated method willReturnOnConsecutiveCalls() of class PHPUnit\Framework\MockObject\Builder\InvocationMocker:
Use <code>$double->willReturn(1, 2, 3)</code> instead of <code>$double->willReturnOnConsecutiveCalls(1, 2, 3)</code>
|
tests/Token/ParserTest.php#L166
Call to deprecated method willReturnOnConsecutiveCalls() of class PHPUnit\Framework\MockObject\Builder\InvocationMocker:
Use <code>$double->willReturn(1, 2, 3)</code> instead of <code>$double->willReturnOnConsecutiveCalls(1, 2, 3)</code>
|
|
The logs for this run have expired and are no longer available.
Loading