Skip to content

Fix regression - partial construction with trait methods #621

Fix regression - partial construction with trait methods

Fix regression - partial construction with trait methods #621

Triggered via pull request March 20, 2024 17:03
Status Failure
Total duration 33s
Artifacts

tests.yml

on: pull_request
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 5 warnings
PHPUnit on PHP 7.3 with highest Dependencies
Process completed with exit code 2.
PHPUnit on PHP 8.1 with lowest Dependencies
Process completed with exit code 255.
PHPUnit on PHP 8.0 with lowest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.0 with locked Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.3 with lowest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.3 with lowest Dependencies
Process completed with exit code 255.
PHPUnit on PHP 8.1 with highest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.2 with locked Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.0 with highest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.0 with highest Dependencies
The operation was canceled.
PHPUnit on PHP 8.3 with highest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.3 with highest Dependencies
The operation was canceled.
PHPUnit on PHP 7.4 with locked Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.3 with locked Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.3 with locked Dependencies
The operation was canceled.
PHPUnit on PHP 7.4 with lowest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 7.4 with lowest Dependencies
The operation was canceled.
PHPUnit on PHP 8.1 with locked Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.1 with locked Dependencies
The operation was canceled.
PHPUnit on PHP 7.3 with lowest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.2 with highest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 7.3 with lowest Dependencies
The operation was canceled.
PHPUnit on PHP 8.2 with lowest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 8.2 with lowest Dependencies
The operation was canceled.
PHPUnit on PHP 7.4 with highest Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 7.4 with highest Dependencies
The operation was canceled.
PHPUnit on PHP 7.3 with locked Dependencies
The job was canceled because "_7_3_highest_8_3" failed.
PHPUnit on PHP 7.3 with locked Dependencies
The operation was canceled.
PHPUnit on PHP 7.3 with highest Dependencies: tests/Mockery/MockingOldStyleConstructorTest.php#L36
Methods with the same name as their class will not be constructors in a future version of PHP; MockeryTest_OldStyleConstructor has a deprecated constructor
PHPUnit on PHP 8.1 with highest Dependencies: tests/Mockery/ContainerTest.php#L1867
Optional parameter $bar declared before required parameter $baz is implicitly treated as a required parameter
PHPUnit on PHP 8.2 with locked Dependencies: tests/Mockery/ContainerTest.php#L1867
Optional parameter $bar declared before required parameter $baz is implicitly treated as a required parameter
PHPUnit on PHP 7.4 with locked Dependencies: tests/Mockery/MockingOldStyleConstructorTest.php#L36
Methods with the same name as their class will not be constructors in a future version of PHP; MockeryTest_OldStyleConstructor has a deprecated constructor
PHPUnit on PHP 8.2 with highest Dependencies: tests/Mockery/ContainerTest.php#L1867
Optional parameter $bar declared before required parameter $baz is implicitly treated as a required parameter