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
simpletest.migrate_drupal.yml file core/modules/simpletest/migrations/state/simpletest.migrate_drupal.yml core/modules/simpletest/migrations/state/simpletest.migrate_drupal.yml
simpletest.module file core/modules/simpletest/simpletest.module Provides testing functionality.
simpletest.module.css file core/modules/simpletest/css/simpletest.module.css /* Test Table */
#simpletest-form-table th.select-all {
width: 1em;
}
th.simpletest-test-label {
width: 40%;
}

.simpletest-image {
display: inline-block;
width: 1em;
cursor: pointer;
}
.simpletest-group-label label {
display: inline;
simpletest.module.css file core/themes/stable/css/simpletest/simpletest.module.css /* Test Table */
#simpletest-form-table th.select-all {
width: 1em;
}
th.simpletest-test-label {
width: 40%;
}

.simpletest-image {
display: inline-block;
width: 1em;
cursor: pointer;
}
.simpletest-group-label label {
display: inline;
simpletest.permissions.yml file core/modules/simpletest/simpletest.permissions.yml core/modules/simpletest/simpletest.permissions.yml
simpletest.routing.yml file core/modules/simpletest/simpletest.routing.yml core/modules/simpletest/simpletest.routing.yml
simpletest.schema.yml file core/modules/simpletest/config/schema/simpletest.schema.yml core/modules/simpletest/config/schema/simpletest.schema.yml
simpletest.services.yml file core/modules/simpletest/simpletest.services.yml core/modules/simpletest/simpletest.services.yml
simpletest.settings.yml file core/modules/simpletest/config/install/simpletest.settings.yml core/modules/simpletest/config/install/simpletest.settings.yml
SimpleTestBrowserTest class core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Tests the WebTestBase internal browser.
SimpleTestBrowserTest.php file core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
SimpleTestBrowserTest::$modules property core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Modules to enable.
SimpleTestBrowserTest::setUp function core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Sets up a Drupal site for running functional and integration tests.
SimpleTestBrowserTest::testInternalBrowser function core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Test the internal browsers functionality.
SimpleTestBrowserTest::testUserAgentValidation function core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Test validation of the User-Agent header we use to perform test requests.
SimpletestDeprecationTest class core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php Verify deprecations within the simpletest module.
SimpletestDeprecationTest.php file core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php
SimpletestDeprecationTest::$modules property core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php Modules to enable.
SimpletestDeprecationTest::testDeprecatedFunctions function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation The simpletest_phpunit_configuration_filepath function is deprecated since version 8.4.x and will be removed in 9.0.0.
@expectedDeprecation The simpletest_test_get_all function is deprecated in version 8.3.x and will be removed in…
SimpletestDeprecationTest::testDeprecatedPhpUnitFunctions function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation simpletest_phpunit_xml_filepath is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Test\PhpUnitTestRunner::xmlLogFilepath() instead. See https://www.drupal.org/node/2948547
@expectedDeprecation…
SimpletestDeprecationTest::testDeprecatedServices function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation Drupal\simpletest\TestDiscovery is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Test\TestDiscovery instead. See https://www.drupal.org/node/2949692
@expectedDeprecation The…
SimpletestDeprecationTest::testDeprecatedSimpletestGenerateFile function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation simpletest_generate_file() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Tests\TestFileCreationTrait::generateFile() instead. See https://www.drupal.org/node/3077768
SimpletestDeprecationTest::testProcessPhpUnitResults function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation simpletest_process_phpunit_results() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Test\TestDatabase::processPhpUnitResults() instead. See https://www.drupal.org/node/3075252
SimpleTestEntity class core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php A concrete entity.
SimpleTestEntity class core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php A concrete entity.
SimpleTestErrorCollectorTest class core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Tests SimpleTest error and exception collector.
SimpleTestErrorCollectorTest.php file core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php
SimpleTestErrorCollectorTest::$collectedErrors property core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Errors triggered during the test.
SimpleTestErrorCollectorTest::$modules property core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Modules to enable.
SimpleTestErrorCollectorTest::assertError function core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Asserts that a collected error matches what we are expecting.
SimpleTestErrorCollectorTest::error function core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Stores errors into an array.
SimpleTestErrorCollectorTest::testErrorCollect function core/modules/simpletest/src/Tests/SimpleTestErrorCollectorTest.php Tests that simpletest collects errors from the tested site.
SimpleTestInstallBatchTest class core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php Tests batch operations during tests execution.
SimpleTestInstallBatchTest.php file core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php
SimpleTestInstallBatchTest::$modules property core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php Modules to enable.
SimpleTestInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/modules/simpletest/src/Tests/SimpleTestInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().
SimpletestPhpunitBrowserTest class core/modules/simpletest/tests/fixtures/simpletest_phpunit_browsertest.php A PHPUnit-based browser test that will be run from Simpletest.
SimpletestPhpunitBrowserTest::testOutput function core/modules/simpletest/tests/fixtures/simpletest_phpunit_browsertest.php Dummy test that logs the visited front page for HTML output.
SimpletestPhpunitRunCommandTest class core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php Tests simpletest_run_phpunit_tests() handles PHPunit fatals correctly.
SimpletestPhpunitRunCommandTest.php file core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php
SimpletestPhpunitRunCommandTest::$fixtureContainer property core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php A fixture container.
SimpletestPhpunitRunCommandTest::$root property core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php Path to the app root.
SimpletestPhpunitRunCommandTest::provideStatusCodes function core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php Data provider for testSimpletestPhpUnitRunCommand().
SimpletestPhpunitRunCommandTest::setUp function core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php
SimpletestPhpunitRunCommandTest::setUpBeforeClass function core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php
SimpletestPhpunitRunCommandTest::tearDown function core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php
SimpletestPhpunitRunCommandTest::testSimpletestPhpUnitRunCommand function core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php Test the round trip for PHPUnit execution status codes.
SimpletestPhpunitRunCommandTestWillDie class core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php This test crashes PHP.
SimpletestPhpunitRunCommandTestWillDie::testWillDie function core/modules/simpletest/tests/fixtures/simpletest_phpunit_run_command_test.php Performs the status specified by SimpletestPhpunitRunCommandTestWillDie.
SimpletestResultsForm class core/modules/simpletest/src/Form/SimpletestResultsForm.php Test results form for $test_id.

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