Commit c90e87cb authored by catch's avatar catch
Browse files

Issue #3292992 by Spokje: [#3280589] broke HEAD on 10.0.x and 10.1.x

parent a9c1a681
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -441,7 +441,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "f55bdf6d63ce1252ba155322d79022e6f01495d1"
                "reference": "7a14ac685e89051f02233b6122279d70570eab1a"
            },
            "require": {
                "asm89/stack-cors": "^2.0.2",
@@ -665,9 +665,6 @@
            "scripts": {
                "pre-autoload-dump": [
                    "Drupal\\Core\\Composer\\Composer::preAutoloadDump"
                ],
                "post-autoload-dump": [
                    "Drupal\\Core\\Composer\\Composer::ensureHtaccess"
                ]
            },
            "license": [
+3 −0
Original line number Diff line number Diff line
@@ -56,6 +56,9 @@ public function testVendorTestCodeCleanup() {
    $package = $this->prophesize(Package::class);
    $operation->getTargetPackage()->willReturn($package->reveal());

    $package->getName()->willReturn('foo');
    $package->getPrettyName()->willReturn('foo');

    $io = $this->prophesize(IOInterface::class);
    $event->getIO()->willReturn($io->reveal());