Skip to content
Snippets Groups Projects

Issue #3230507: Create build tests for case where site is using core recommended Composer project

Merged Issue #3230507: Create build tests for case where site is using core recommended Composer project
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -34,7 +34,7 @@ class TestUpdater extends Updater {
* {@inheritdoc}
*/
public function getStageDirectory(): string {
return $this->stageDirectory ?: uniqid(parent::getStageDirectory());
return $this->stageDirectory ?: parent::getStageDirectory();
}
}
Loading