16 calls to drupal_valid_test_ua()

BrokenSetUpTest::setUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php
Sets up a Drupal site for running functional and integration tests.
BrokenSetUpTest::tearDown in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
BrokenSetUpTest::testBreakSetUp in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/BrokenSetUpTest.php
Runs this test case from within the simpletest child site.
DrupalKernel::getClassName in drupal/core/lib/Drupal/Core/DrupalKernel.php
Returns the classname based on environment, debug and testing prefix.
drupal_handle_request in drupal/core/includes/bootstrap.inc
Handles an entire PHP request.
install_begin_request in drupal/core/includes/install.core.inc
Begins an installation request, modifying the installation state as needed.
install_settings_form_submit in drupal/core/includes/install.core.inc
Form submission handler for install_settings_form().
install_settings_form_validate in drupal/core/includes/install.core.inc
Form validation handler for install_settings_form().
MissingCheckedRequirementsTest::checkRequirements in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingCheckedRequirementsTest.php
Overrides checkRequirements().
MissingCheckedRequirementsTest::testCheckRequirements in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/MissingCheckedRequirementsTest.php
Ensures test will not run when requirements are missing.
SimpleTestTest::inCURL in drupal/core/modules/simpletest/lib/Drupal/simpletest/Tests/SimpleTestTest.php
Check if the test is being run from inside a CURL request.
SystemListingInfo::profiles in drupal/core/lib/Drupal/Core/SystemListingInfo.php
Overrides Drupal\Core\SystemListing::profiles().
TestBase::prepareEnvironment in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Prepares the current environment for running the test.
TestBase::tearDown in drupal/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
Deletes created files, database tables, and reverts all environment changes.
_drupal_initialize_db_test_prefix in drupal/core/includes/bootstrap.inc
In a test environment, get the test db prefix and set it in $databases.
_drupal_simpletest_conf_path in drupal/core/includes/bootstrap.inc
Determines whether to use an overridden value for conf_path().