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
51cd608b
Commit
51cd608b
authored
Feb 14, 2012
by
sun
Committed by
gdd
Feb 14, 2012
Browse files
Added todo for basic CRUD tests.
parent
588cfd8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/config/config.test
View file @
51cd608b
...
...
@@ -147,6 +147,7 @@ class ConfigFileContentTestCase extends DrupalWebTestCase {
$this
->
assertIdentical
(
$db_config
,
FALSE
);
$this
->
assertFalse
(
file_exists
(
$config_dir
.
'/'
.
$name
.
'.'
.
$this
->
fileExtension
));
// Attempt to delete non-existing configuration.
// Write and read an array value.
// Add an array value to a nested key.
// Type casting into string.
...
...
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