File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424namespace Typo3 \TestingFramework \Tests \Unit \Core ;
2525
26+ use PHPUnit \Framework \Attributes \Test ;
2627use PHPUnit \Framework \TestCase ;
2728use TYPO3 \CMS \Core \Package \PackageManager ;
2829use TYPO3 \CMS \Core \Service \DependencyOrderingService ;
3132
3233final class PackageCollectionTest extends TestCase
3334{
34- /**
35- * @test
36- */
35+
36+ #[Test]
3737 public function sortsComposerPackages (): void
3838 {
3939 $ packageStates = require __DIR__ . '/../Fixtures/Packages/PackageStates.php ' ;
Original file line number Diff line number Diff line change 2828 "php" : " ^8.2" ,
2929 "composer/class-map-generator" : " ^1.3.4" ,
3030 "guzzlehttp/psr7" : " ^2.5.0" ,
31- "phpunit/phpunit" : " ^11.2.5" ,
31+ "phpunit/phpunit" : " ^11.2.5|^12 " ,
3232 "psr/container" : " ^2.0" ,
3333 "typo3/cms-backend" : " 13.*.*@dev || 14.*.*@dev" ,
3434 "typo3/cms-core" : " 13.*.*@dev || 14.*.*@dev" ,
You can’t perform that action at this time.
0 commit comments