Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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": [
......
......@@ -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());
......
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