We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c05ff commit 9af2b38Copy full SHA for 9af2b38
tests/DrupalOrg/VersionGroupTest.php
@@ -2,6 +2,7 @@
2
3
namespace DrupalSecurityJira\DrupalOrg;
4
5
+use PHPUnit\Framework\Attributes\DataProvider;
6
use PHPUnit\Framework\TestCase;
7
8
class VersionGroupTest extends TestCase
@@ -57,12 +58,11 @@ public static function versionGroups(): array
57
58
}
59
60
/**
- * @dataProvider versionGroups
61
- *
62
* @param string[] $versions
63
* @param string|null $nextVersion
64
* The expected next version (if any)
65
*/
+ #[DataProvider('versionGroups')]
66
public function testGetNextVersion(
67
array $versions,
68
string $currentVersion,
0 commit comments