breakpoint_theme_test.breakpoints.yml |
file |
core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml |
core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.breakpoints.yml |
breakpoint_theme_test.info.yml |
file |
core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml |
core/modules/breakpoint/tests/themes/breakpoint_theme_test/breakpoint_theme_test.info.yml |
BrokenCacheUpdateTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
Ensures that a broken or out-of-date element info cache is not used. |
BrokenCacheUpdateTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
|
BrokenCacheUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
The theme to install as the default for testing. |
BrokenCacheUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
|
BrokenCacheUpdateTest::testUpdate |
function |
core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php |
Ensures that a broken or out-of-date element info cache is not used. |
BrokenSetUpTest |
class |
core/modules/simpletest/src/Tests/BrokenSetUpTest.php |
Tests a test case that does not call parent::setUp(). |
BrokenSetUpTest.php |
file |
core/modules/simpletest/src/Tests/BrokenSetUpTest.php |
|
BrokenSetUpTest::$modules |
property |
core/modules/simpletest/src/Tests/BrokenSetUpTest.php |
Modules to enable. |
BrokenSetUpTest::$sharedTriggerFile |
property |
core/modules/simpletest/src/Tests/BrokenSetUpTest.php |
The path to the shared trigger file. |
BrokenSetUpTest::setUp |
function |
core/modules/simpletest/src/Tests/BrokenSetUpTest.php |
Sets up a Drupal site for running functional and integration tests. |
BrokenSetUpTest::tearDown |
function |
core/modules/simpletest/src/Tests/BrokenSetUpTest.php |
Cleans up after testing. |
BrokenSetUpTest::testMethod |
function |
core/modules/simpletest/src/Tests/BrokenSetUpTest.php |
Runs this test case from within the simpletest child site. |
BrowserHtmlDebugTrait::$htmlOutputTestId |
property |
core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php |
HTML output test ID. |
BrowserHtmlDebugTrait::getTestMethodCaller |
function |
core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php |
Retrieves the current calling line in the class under test. |
BrowserMissingDependentModuleMethodTest |
class |
core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php |
A fixture test class with requires annotation. |
BrowserMissingDependentModuleMethodTest.php |
file |
core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php |
|
BrowserMissingDependentModuleMethodTest::publicCheckRequirements |
function |
core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php |
Public access for checkRequirements() to avoid reflection. |
BrowserMissingDependentModuleMethodTest::testRequiresModule |
function |
core/tests/fixtures/BrowserMissingDependentModuleMethodTest.php |
This method should be skipped since it requires a module that is not found. |
BrowserMissingDependentModuleTest |
class |
core/tests/fixtures/BrowserMissingDependentModuleTest.php |
A fixture test class with requires annotation. |
BrowserMissingDependentModuleTest.php |
file |
core/tests/fixtures/BrowserMissingDependentModuleTest.php |
|
BrowserMissingDependentModuleTest::publicCheckRequirements |
function |
core/tests/fixtures/BrowserMissingDependentModuleTest.php |
Public access for checkRequirements() to avoid reflection. |
BrowserMissingDependentModuleTest::testRequiresModule |
function |
core/tests/fixtures/BrowserMissingDependentModuleTest.php |
Placeholder test method. |
BrowserTest |
class |
core/modules/simpletest/src/Tests/BrowserTest.php |
Tests the internal browser of the testing framework. |
BrowserTest.php |
file |
core/modules/simpletest/src/Tests/BrowserTest.php |
|
BrowserTest::$cookieSet |
property |
core/modules/simpletest/src/Tests/BrowserTest.php |
A flag indicating whether a cookie has been set in a test. |
BrowserTest::$modules |
property |
core/modules/simpletest/src/Tests/BrowserTest.php |
Modules to enable. |
BrowserTest::setUp |
function |
core/modules/simpletest/src/Tests/BrowserTest.php |
Sets up a Drupal site for running functional and integration tests. |
BrowserTest::testCookieDoesNotBleed |
function |
core/modules/simpletest/src/Tests/BrowserTest.php |
Tests that the cookies from a previous test do not bleed into a new test. |
BrowserTest::testCookies |
function |
core/modules/simpletest/src/Tests/BrowserTest.php |
Tests that cookies set during a request are available for testing. |
BrowserTest::testGetAbsoluteUrl |
function |
core/modules/simpletest/src/Tests/BrowserTest.php |
Test \Drupal\simpletest\WebTestBase::getAbsoluteUrl(). |
BrowserTest::testXPathEscaping |
function |
core/modules/simpletest/src/Tests/BrowserTest.php |
Tests XPath escaping. |
BrowserTestBase |
class |
core/modules/simpletest/src/BrowserTestBase.php |
Provides a test case for functional Drupal tests. |
BrowserTestBase |
class |
core/tests/Drupal/Tests/BrowserTestBase.php |
Provides a test case for functional Drupal tests. |
BrowserTestBase.php |
file |
core/tests/Drupal/Tests/BrowserTestBase.php |
|
BrowserTestBase.php |
file |
core/modules/simpletest/src/BrowserTestBase.php |
|
BrowserTestBase::$baseUrl |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The base URL. |
BrowserTestBase::$configImporter |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The config importer that can be used in a test. |
BrowserTestBase::$customTranslations |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
An array of custom translations suitable for drupal_rewrite_settings(). |
BrowserTestBase::$databasePrefix |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The database prefix of this test run. |
BrowserTestBase::$defaultTheme |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The theme to install as the default for testing. |
BrowserTestBase::$mink |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
Mink session manager. |
BrowserTestBase::$minkDefaultDriverArgs |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
|
BrowserTestBase::$minkDefaultDriverClass |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
|
BrowserTestBase::$modules |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
Modules to enable. |
BrowserTestBase::$originalContainer |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The original container. |
BrowserTestBase::$originalShutdownCallbacks |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The original array of shutdown function callbacks. |
BrowserTestBase::$preserveGlobalState |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
|
BrowserTestBase::$profile |
property |
core/tests/Drupal/Tests/BrowserTestBase.php |
The profile to install as a basis for testing. |