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
2cc71a6b
Commit
2cc71a6b
authored
Apr 11, 2014
by
alexpott
Browse files
Issue
#2210631
followup by jhedstrom: Move PhpStorageFactory to the Core namespace.
parent
12abe621
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php
View file @
2cc71a6b
...
...
@@ -132,7 +132,7 @@ public function testDeleteAll() {
$this
->
assertFalse
(
$php_read
->
deleteAll
());
// Make sure directory exists prior to removal.
$this
->
assertTrue
(
file_exists
(
sys_get_temp_dir
()
.
'/php/
simple
test'
),
'File storage directory does not exist.'
);
$this
->
assertTrue
(
file_exists
(
sys_get_temp_dir
()
.
'/php/test'
),
'File storage directory does not exist.'
);
// Write out some files.
$php
=
new
FileStorage
(
$this
->
standardSettings
);
...
...
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