Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
7d1a81e8
Commit
7d1a81e8
authored
Dec 04, 2014
by
alexpott
Browse files
Issue
#2385391
by pwolanin: DistributionProfileTest does not need to create an empty .profile
parent
7f902cb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/src/Tests/Installer/DistributionProfileTest.php
View file @
7d1a81e8
...
...
@@ -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
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment