Skip to content
Snippets Groups Projects
Commit a469e081 authored by Wim Leers's avatar Wim Leers Committed by Ted Bowman
Browse files

Issue #3337049 by Wim Leers, tedbow: Assert no errors after creating the test...

Issue #3337049 by Wim Leers, tedbow: Assert no errors after creating the test project in  ModuleUpdateTest
parent 7814c980
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,11 @@ END;
// Change the module's upstream version.
static::copyFixtureFilesTo(__DIR__ . '/../../../../package_manager/tests/fixtures/build_test_projects/alpha/1.1.0', $alpha_repo_path);
// Ensure that none of the above changes have caused any status check or
// other errors on the status report.
$this->checkForUpdates();
$this->assertStatusReportChecksSuccessful();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment