You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the master branch.
Discussion
----------
Fix phpunit deprecation
Fix phpunit deprecations
```
root@4a1e0c585181:/var/www/html# ./vendor/bin/phpunit
PHPUnit 9.5.20 #StandWithUkraine
.........W..W.................................................. 63 / 169 ( 37%)
............................................................... 126 / 169 ( 74%)
........................................... 169 / 169 (100%)
Time: 00:15.272, Memory: 40.50 MB
There were 2 warnings:
1) App\Tests\Api\Status\GitHubStatusApiTest::testSetIssueStatusRemovesExcessStatuses
The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked.
2) App\Tests\Api\Status\GitHubStatusApiTest::testSetIssueStatusRemovesUnconfirmedWhenBugIsReviewed
The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked.
```
Commits
-------
7a26f8c Fix phpunit deprecation
0 commit comments