Skip to content

Commit 45e1845

Browse files
committed
Add the source references.
1 parent 8687dd9 commit 45e1845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Url/DrupalGeneratorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ public function releaseUrlProvider()
1010
{
1111
return array(
1212
'contrib-legacy-version' => array(
13-
$this->getPackageWithSource('drupal/token', '8.x-1.0', 'https://git.drupalcode.org/project/token.git'),
13+
$this->getPackageWithSource('drupal/token', '8.x-1.0', 'https://git.drupalcode.org/project/token.git', '8.x-1.0'),
1414
'https://www.drupal.org/project/token/releases/8.x-1.0',
1515
),
1616
'contrib-semver-version' => array(
17-
$this->getPackageWithSource('drupal/webform', '6.0.0', 'https://git.drupalcode.org/project/webform.git'),
17+
$this->getPackageWithSource('drupal/webform', '6.0.0', 'https://git.drupalcode.org/project/webform.git', '6.0.0'),
1818
'https://www.drupal.org/project/webform/releases/6.0.0',
1919
),
2020
'core' => array(
21-
$this->getPackageWithSource('drupal/core', '9.0.0', 'https://github.com/drupal/core.git'),
21+
$this->getPackageWithSource('drupal/core', '9.0.0', 'https://github.com/drupal/core.git', '9.0.0'),
2222
'https://www.drupal.org/project/drupal/releases/9.0.0',
2323
),
2424
'core-dev' => array(

0 commit comments

Comments
 (0)