Skip to content

Commit

Permalink
Issue #3121020 by dww, Kristen Pol: Move Update Manager XML test fixt…
Browse files Browse the repository at this point in the history
…ures into a fixtures/release-history directory

(cherry picked from commit 7255efdd1ce1f97699620d949c5e17dc1c48e7ce)
  • Loading branch information
catch committed May 7, 2020
1 parent e75a35a commit 27acf07
Show file tree
Hide file tree
Showing 56 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function updateTest($project_name, $version) {
$availability_scenario = '#broken#';
}

$file = __DIR__ . "/../../$project_name.$availability_scenario.xml";
$file = __DIR__ . "/../../../../fixtures/release-history/$project_name.$availability_scenario.xml";
$headers = ['Content-Type' => 'text/xml; charset=utf-8'];
if (!is_file($file)) {
// Return an empty response.
Expand Down

0 comments on commit 27acf07

Please sign in to comment.