Skip to content
Snippets Groups Projects

Issue #3436993 stager exceptions handling

1 unresolved thread

Closes #3436993

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
3 declare(strict_types = 1);
4
5 namespace Drupal\Tests\automatic_updates_extensions\Functional;
6
7 use Drupal\package_manager_bypass\LoggingBeginner;
8 use Drupal\package_manager_bypass\LoggingCommitter;
9 use Drupal\package_manager_bypass\NoOpStager;
10 use PhpTuf\ComposerStager\API\Exception\InvalidArgumentException;
11 use PhpTuf\ComposerStager\API\Exception\LogicException;
12
13 /**
14 * @covers \Drupal\automatic_updates_extensions\Form\UpdaterForm
15 * @group automatic_updates_extensions
16 * @internal
17 */
18 class ComposerStagerOperationFailureTest extends UpdaterFormTestBase {
  • Author Maintainer

    It class was copied from tests/src/Functional/ComposerStagerOperationFailureTest.php. the data provider was not changed, so we have the test cases covered.

    All that was changed was setting up the project that needs an update and changes to the form buttons.

  • Please register or sign in to reply
  • Adam G-H
  • Ted Bowman added 1 commit

    added 1 commit

    • 2ea9f795 - Apply 1 suggestion(s) to 1 file(s)

    Compare with previous version

  • Ted Bowman added 5 commits

    added 5 commits

    Compare with previous version

  • Ted Bowman added 1 commit

    added 1 commit

    • aab2a7d3 - stage requested update in test

    Compare with previous version

  • Ted Bowman added 1 commit

    added 1 commit

    • dba7b281 - stage test update after first attempt

    Compare with previous version

  • Ted Bowman added 2 commits

    added 2 commits

    • 392f8776 - 1 commit from branch project:3.0.x
    • 82198970 - Merge branch '3.0.x' into 3436993-contrib-exceptions

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading