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
5c3db651
Commit
5c3db651
authored
Oct 20, 2008
by
Dries
Browse files
- Patch
#322779
by Damein Tournoud, cha0s: simpletest calls file_check_directory incorrectly.
parent
a9e37e29
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/simpletest/drupal_web_test_case.php
View file @
5c3db651
...
...
@@ -725,7 +725,7 @@ function setUp() {
$this
->
original_file_directory
=
file_directory_path
();
variable_set
(
'file_directory_path'
,
file_directory_path
()
.
'/'
.
$db_prefix
);
$directory
=
file_directory_path
();
file_check_directory
(
$directory
,
TRUE
);
// Create the files directory.
file_check_directory
(
$directory
,
FILE_CREATE_DIRECTORY
);
// Create the files directory.
}
/**
...
...
Write
Preview
Markdown
is supported
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