Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3319def6
Commit
3319def6
authored
Sep 28, 2012
by
Jennifer Hodgdon
Browse files
Issue
#1347914
by batigolix: Clean up some API docs in filter module tests
parent
55aebf4e
Changes
3
Hide whitespace changes
Inline
Side-by-side
core/modules/filter/lib/Drupal/filter/Tests/FilterHooksTest.php
View file @
3319def6
...
...
@@ -36,7 +36,10 @@ function setUp() {
}
/**
* Tests that hooks run correctly on creating, editing, and deleting a text format.
* Tests hooks on format management.
*
* Tests that hooks run correctly on creating, editing, and deleting a text
* format.
*/
function
testFilterHooks
()
{
// Add a text format.
...
...
core/modules/filter/lib/Drupal/filter/Tests/FilterNoFormatTest.php
View file @
3319def6
...
...
@@ -22,8 +22,10 @@ public static function getInfo() {
}
/**
* Tests if text with no format is filtered the same as text in the fallback
* format.
* Tests text without format.
*
* Tests if text with no format is filtered the same way as text in the
* fallback format.
*/
function
testCheckMarkupNoFormat
()
{
// Create some text. Include some HTML and line breaks, so we get a good
...
...
core/modules/filter/lib/Drupal/filter/Tests/FilterSecurityTest.php
View file @
3319def6
...
...
@@ -51,7 +51,10 @@ function setUp() {
}
/**
* Tests that filtered content is emptied when an actively used filter module is disabled.
* Tests removal of filtered content when an active filter is disabled.
*
* Tests that filtered content is emptied when an actively used filter module
* is disabled.
*/
function
testDisableFilterModule
()
{
// Create a new node.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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