Issue #3399155 Remove use of file_to_return
1 unresolved thread
Closes #3399155
Merge request reports
Activity
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);
Please register or sign in to reply