Skip to content

Commit

Permalink
Update to use PHPUnit 10 syntax (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Nov 8, 2024
1 parent a8d680d commit d6716c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
],
"require": {
"php": ">=8.1",
"spiral/core": "^3.14.6",
"spiral/logger": "^3.14.6",
"spiral/tokenizer": "^3.14.6",
"spiral/core": "^3.15",
"spiral/logger": "^3.15",
"spiral/tokenizer": "^3.15",
"symfony/translation": "^5.1 || ^6.0 || ^7.0",
"psr/event-dispatcher": "^1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/TraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class TraitTest extends TestCase
use TranslatorTrait;

/**
* @var \PHPUnit_Framework_MockObject_MockObject|ContainerInterface
* @var \PHPUnit\Framework\MockObject\MockObject|ContainerInterface
*/
private $container;

Expand Down

0 comments on commit d6716c4

Please sign in to comment.