You are here

namespace Drupal\KernelTests\Core\Common in Drupal 8

Same name in other branches
  1. 9 Drupal\KernelTests\Core\Common
  2. 10 Drupal\KernelTests\Core\Common
Classsort descending Location Description
DrupalCheckIncompatibilityTest core/tests/Drupal/KernelTests/Core/Common/DrupalCheckIncompatibilityTest.php Parse a predefined amount of bytes and compare the output with the expected value.
DrupalFlushAllCachesTest core/tests/Drupal/KernelTests/Core/Common/DrupalFlushAllCachesTest.php @covers ::drupal_flush_all_caches @group Common
DrupalSetMessageTest core/tests/Drupal/KernelTests/Core/Common/DrupalSetMessageTest.php @covers ::drupal_set_message @group Common @group legacy
LegacyFunctionsTest core/tests/Drupal/KernelTests/Core/Common/LegacyFunctionsTest.php Tests legacy functions in common.inc.
SizeTest core/tests/Drupal/KernelTests/Core/Common/SizeTest.php Parse a predefined amount of bytes and compare the output with the expected value.
XssUnitTest core/tests/Drupal/KernelTests/Core/Common/XssUnitTest.php Confirm that \Drupal\Component\Utility\Xss::filter() and check_url() work correctly, including invalid multi-byte sequences.