Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
SimpletestTestForm::submitForm function core/modules/simpletest/src/Form/SimpletestTestForm.php Form submission handler.
SimpletestTestForm::__construct function core/modules/simpletest/src/Form/SimpletestTestForm.php Constructs a new SimpletestTestForm.
SimpletestUiPrinter class core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php Defines a class for providing html output links in the Simpletest UI.
SimpletestUiPrinter class core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php Defines a class for providing html output links in the Simpletest UI.
SimpletestUiPrinter.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php
SimpletestUiPrinter.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php
SimpletestUiPrinter.php file core/tests/Drupal/Tests/Listeners/SimpletestUiPrinter.php Defines a class for providing html output links in the Simpletest UI.
SimpletestUiPrinter::write function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit6/SimpletestUiPrinter.php
SimpletestUiPrinter::write function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit7/SimpletestUiPrinter.php
SimpletestUiPrinterTest class core/modules/simpletest/tests/src/Unit/SimpletestUiPrinterTest.php @coversDefaultClass \Drupal\Tests\Listeners\SimpletestUiPrinter[[api-linebreak]]
SimpletestUiPrinterTest.php file core/modules/simpletest/tests/src/Unit/SimpletestUiPrinterTest.php
SimpletestUiPrinterTest::provideBuffer function core/modules/simpletest/tests/src/Unit/SimpletestUiPrinterTest.php Data provider for testWrite().
SimpletestUiPrinterTest::testWrite function core/modules/simpletest/tests/src/Unit/SimpletestUiPrinterTest.php @covers ::write[[api-linebreak]]
SimpletestUiTest class core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php Test various aspects of testing through the UI form.
SimpletestUiTest.php file core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php
SimpletestUiTest::$modules property core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php Modules to enable.
SimpletestUiTest::setUp function core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php
SimpletestUiTest::testTestingThroughUI function core/modules/simpletest/tests/src/Functional/SimpletestUiTest.php Tests that unit, kernel, and functional tests work through the UI.
simpletest_classloader_register function core/modules/simpletest/simpletest.module Registers test namespaces of all extensions and core test classes.
simpletest_clean_database function core/modules/simpletest/simpletest.module Removes prefixed tables from the database from crashed tests.
simpletest_clean_environment function core/modules/simpletest/simpletest.module Removes all temporary database tables and directories.
simpletest_clean_results_table function core/modules/simpletest/simpletest.module Clears the test result tables.
simpletest_clean_temporary_directories function core/modules/simpletest/simpletest.module Finds all leftover temporary directories and removes them.
simpletest_deprecation_test.info.yml file core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.info.yml core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.info.yml
simpletest_deprecation_test.module file core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module Mock module for testing simpletest.
simpletest_deprecation_test_simpletest_alter function core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module Implements hook_simpletest_alter().
simpletest_deprecation_test_test_finished function core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module Implements hook_test_finished().
simpletest_deprecation_test_test_group_finished function core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module Implements hook_test_group_finished().
simpletest_deprecation_test_test_group_started function core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module Implements hook_test_group_started().
simpletest_generate_file function core/modules/simpletest/simpletest.module Generates a test file.
simpletest_help function core/modules/simpletest/simpletest.module Implements hook_help().
simpletest_insert_assert function core/modules/simpletest/simpletest.module Store an assertion from outside the testing context.
simpletest_js_alter function core/modules/simpletest/simpletest.module Implements hook_js_alter().
simpletest_last_test_get function core/modules/simpletest/simpletest.module Get information about the last test that ran given a test ID.
simpletest_log_read function core/modules/simpletest/simpletest.module Reads the error log and reports any errors as assertion failures.
SIMPLETEST_MINIMUM_PHP_MEMORY_LIMIT constant core/modules/simpletest/simpletest.install Minimum value of PHP memory_limit for SimpleTest.
simpletest_phpunit_browsertest.php file core/modules/simpletest/tests/fixtures/simpletest_phpunit_browsertest.php
simpletest_phpunit_command function core/modules/simpletest/simpletest.module Returns the command to run PHPUnit.
simpletest_phpunit_configuration_filepath function core/modules/simpletest/simpletest.module Returns the path to core's phpunit.xml.dist configuration file.
simpletest_phpunit_find_testcases function core/modules/simpletest/simpletest.module Finds all test cases recursively from a test suite list.
simpletest_phpunit_run_command function core/modules/simpletest/simpletest.module Executes the PHPUnit command.
simpletest_phpunit_run_command_test.php file core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php
simpletest_phpunit_testcase_to_row function core/modules/simpletest/simpletest.module Converts a PHPUnit test case result to a {simpletest} result row.
simpletest_phpunit_xml_filepath function core/modules/simpletest/simpletest.module Returns the path to use for PHPUnit's --log-junit option.
simpletest_phpunit_xml_to_rows function core/modules/simpletest/simpletest.module Converts PHPUnit's JUnit XML output to an array.
simpletest_process_phpunit_results function core/modules/simpletest/simpletest.module Inserts the parsed PHPUnit results into {simpletest}.
simpletest_requirements function core/modules/simpletest/simpletest.install Implements hook_requirements().
simpletest_run_phpunit_tests function core/modules/simpletest/simpletest.module Executes PHPUnit tests and returns the results of the run.
simpletest_run_tests function core/modules/simpletest/simpletest.module Runs tests.
simpletest_schema function core/modules/simpletest/simpletest.install Implements hook_schema().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.