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

8.0.x
Alex Pott 2014-12-04 12:20:15 +00:00
parent 7f902cb109
commit 7d1a81e87f
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}