Issue #2385391 by pwolanin: DistributionProfileTest does not need to create an empty .profile
parent
7f902cb109
commit
7d1a81e87f
|
@ -40,7 +40,6 @@ class DistributionProfileTest extends InstallerTestBase {
|
|||
$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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue