Skip to content
Snippets Groups Projects

Issue #3399155 Remove use of file_to_return

1 unresolved thread

Closes #3399155

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
88 $file_contents = $this->getPackageManagerTestApiResponse(
84 // 1.1.0.
85 $this->makePackageManagerTestApiRequest(
89 86 '/automatic-updates-extensions-test-api',
90 87 [
91 88 'projects' => [
92 89 'alpha' => '1.1.0',
93 90 ],
94 'files_to_return' => [
95 'web/modules/contrib/alpha/composer.json',
96 ],
97 91 ]
98 92 );
99 93
100 $module_composer_json = json_decode($file_contents['web/modules/contrib/alpha/composer.json']);
101 $this->assertSame('1.1.0', $module_composer_json?->version);
  • merged

  • Please register or sign in to reply
    Loading