You are here

namespace Drupal\system\Tests\Common in Zircon Profile 8

Same name in other branches
  1. 8.0 Drupal\system\Tests\Common
Classsort descending Location Description
AddFeedTest core/modules/system/src/Tests/Common/AddFeedTest.php Make sure that attaching feeds works correctly with various constructs.
AlterTest core/modules/system/src/Tests/Common/AlterTest.php Tests alteration of arguments passed to \Drupal::moduleHandler->alter().
AttachedAssetsTest core/modules/system/src/Tests/Common/AttachedAssetsTest.php Tests #attached assets: attached asset libraries and JavaScript settings.
EarlyRenderingControllerTest core/modules/system/src/Tests/Common/EarlyRenderingControllerTest.php Verifies that bubbleable metadata of early rendering is not lost.
FormatDateTest core/modules/system/src/Tests/Common/FormatDateTest.php Tests the format_date() function.
NoJavaScriptAnonymousTest core/modules/system/src/Tests/Common/NoJavaScriptAnonymousTest.php Tests that anonymous users are not served any JavaScript in the Standard installation profile.
PageRenderTest core/modules/system/src/Tests/Common/PageRenderTest.php Test page rendering hooks.
RenderElementTypesTest core/modules/system/src/Tests/Common/RenderElementTypesTest.php Tests the markup of core render element types passed to drupal_render().
RenderTest core/modules/system/src/Tests/Common/RenderTest.php Performs functional tests on drupal_render().
RenderWebTest core/modules/system/src/Tests/Common/RenderWebTest.php Performs integration tests on drupal_render().
SimpleTestErrorCollectorTest core/modules/system/src/Tests/Common/SimpleTestErrorCollectorTest.php Tests SimpleTest error and exception collector.
SizeUnitTest core/modules/system/src/Tests/Common/SizeUnitTest.php Parse a predefined amount of bytes and compare the output with the expected value.
SystemListingTest core/modules/system/src/Tests/Common/SystemListingTest.php Tests scanning system directories in drupal_system_listing().
TableSortExtenderUnitTest core/modules/system/src/Tests/Common/TableSortExtenderUnitTest.php Tests table sorting.
UrlTest core/modules/system/src/Tests/Common/UrlTest.php Confirm that \Drupal\Core\Url, \Drupal\Component\Utility\UrlHelper::filterQueryParameters(), \Drupal\Component\Utility\UrlHelper::buildQuery(), and \Drupal\Core\Utility\LinkGeneratorInterface::generate() work correctly with various input.
XssUnitTest core/modules/system/src/Tests/Common/XssUnitTest.php Confirm that \Drupal\Component\Utility\Xss::filter() and check_url() work correctly, including invalid multi-byte sequences.