8 calls to drupal_valid_test_ua()

drupal_system_listing in drupal-7.x/includes/common.inc
Returns information about system object files (modules, themes, etc.).
http.php in drupal-7.x/modules/simpletest/tests/http.php
Fake an HTTP request, for use during testing.
https.php in drupal-7.x/modules/simpletest/tests/https.php
Fake an HTTPS request, for use during testing.
SimpleTestBrokenSetUp::setUp in drupal-7.x/modules/simpletest/simpletest.test
Sets up a Drupal site for running functional and integration tests.
SimpleTestBrokenSetUp::tearDown in drupal-7.x/modules/simpletest/simpletest.test
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.
SimpleTestBrokenSetUp::testBreakSetUp in drupal-7.x/modules/simpletest/simpletest.test
Runs this test case from within the simpletest child site.
SimpleTestFunctionalTest::inCURL in drupal-7.x/modules/simpletest/simpletest.test
Check if the test is being run from inside a CURL request.
_drupal_bootstrap_database in drupal-7.x/includes/bootstrap.inc
Initializes the database system and registers autoload functions.