Loading core/modules/update/tests/fixtures/release-history/drupal.broken.xml +3 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- This XML file is empty to test no information scenarios. --> <project xmlns:dc="http://purl.org/dc/elements/1.1/"> </project> core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php +5 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,11 @@ public function testLocalActions() { /** * Checks that Drupal recovers after problems connecting to update server. * * This test uses the following XML fixtures. * - drupal.broken.xml * - drupal.sec.8.0.2.xml * 'supported_branches' is '8.0.,8.1.'. */ public function testBrokenThenFixedUpdates() { $this->drupalLogin($this->drupalCreateUser([ Loading Loading
core/modules/update/tests/fixtures/release-history/drupal.broken.xml +3 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- This XML file is empty to test no information scenarios. --> <project xmlns:dc="http://purl.org/dc/elements/1.1/"> </project>
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php +5 −0 Original line number Diff line number Diff line Loading @@ -243,6 +243,11 @@ public function testLocalActions() { /** * Checks that Drupal recovers after problems connecting to update server. * * This test uses the following XML fixtures. * - drupal.broken.xml * - drupal.sec.8.0.2.xml * 'supported_branches' is '8.0.,8.1.'. */ public function testBrokenThenFixedUpdates() { $this->drupalLogin($this->drupalCreateUser([ Loading