We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040a689 commit 47416dfCopy full SHA for 47416df
1 file changed
tests/Changelog/BootstrapperTest.php
@@ -69,7 +69,7 @@ public function generate(string $workingDirectory): string
69
}
70
};
71
72
- $result = new Bootstrapper($this->filesystem, $historyGenerator)
+ $result = (new Bootstrapper($this->filesystem, $historyGenerator))
73
->bootstrap($workingDirectory);
74
75
self::assertTrue($result->configCreated);
0 commit comments