You are here

namespace Drupal\filter\Tests in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\filter\Tests
Classsort descending Location Description
FilterAdminTest core/modules/filter/src/Tests/FilterAdminTest.php Thoroughly test the administrative interface of the filter module.
FilterAPITest core/modules/filter/src/Tests/FilterAPITest.php Tests the behavior of the API of the Filter module.
FilterCrudTest core/modules/filter/src/Tests/FilterCrudTest.php Tests creation, loading, updating, deleting of text formats and filters.
FilterDefaultConfigTest core/modules/filter/src/Tests/FilterDefaultConfigTest.php Tests text format default configuration.
FilterDefaultFormatTest core/modules/filter/src/Tests/FilterDefaultFormatTest.php Tests the default text formats for different users.
FilterFormatAccessTest core/modules/filter/src/Tests/FilterFormatAccessTest.php Tests access to text formats.
FilterFormTest core/modules/filter/src/Tests/FilterFormTest.php Tests form elements with associated text formats.
FilterHooksTest core/modules/filter/src/Tests/FilterHooksTest.php Tests hooks for text formats insert/update/disable.
FilterHtmlImageSecureTest core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php Tests restriction of IMG tags in HTML input.
FilterNoFormatTest core/modules/filter/src/Tests/FilterNoFormatTest.php Tests the behavior of check_markup() when it is called without text format.
FilterSecurityTest core/modules/filter/src/Tests/FilterSecurityTest.php Tests the behavior of check_markup() when a filter or text format vanishes, or when check_markup() is called in such a way that it is instructed to skip all filters of the "FilterInterface::TYPE_HTML_RESTRICTOR" type.
FilterSettingsTest core/modules/filter/src/Tests/FilterSettingsTest.php Tests filter settings.
FilterUnitTest core/modules/filter/src/Tests/FilterUnitTest.php Tests Filter module filters individually.
TextFormatElementFormTest core/modules/filter/src/Tests/TextFormatElementFormTest.php Tests PathElement validation and conversion functionality.