Skip to content
Snippets Groups Projects
Commit 7d1a81e8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2385391 by pwolanin: DistributionProfileTest does not need to create an empty .profile

parent 7f902cb1
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -40,7 +40,6 @@ protected function setUp() {
$path = $this->siteDirectory . '/profiles/mydistro';
mkdir($path, 0777, TRUE);
file_put_contents("$path/mydistro.info.yml", Yaml::encode($this->info));
file_put_contents("$path/mydistro.profile", "<?php\n");
parent::setUp();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment