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 34350dc commit 58dcafeCopy full SHA for 58dcafe
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
@@ -63,6 +64,7 @@ public static function versionGroups(): array
63
64
* @param string|null $nextVersion
65
* The expected next version (if any)
66
*/
67
+ #[DataProvider('versionGroups')]
68
public function testGetNextVersion(
69
array $versions,
70
string $currentVersion,
0 commit comments