Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
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.
SimpletestResultsForm.php file core/modules/simpletest/src/Form/SimpletestResultsForm.php
SimpletestResultsForm::$cleaner property core/modules/simpletest/src/Form/SimpletestResultsForm.php The environment cleaner service.
SimpletestResultsForm::$database property core/modules/simpletest/src/Form/SimpletestResultsForm.php The database connection service.
SimpletestResultsForm::$statusImageMap property core/modules/simpletest/src/Form/SimpletestResultsForm.php Associative array of themed result images keyed by status.
SimpletestResultsForm::addResultForm function core/modules/simpletest/src/Form/SimpletestResultsForm.php Adds the result form to a $form.
SimpletestResultsForm::buildForm function core/modules/simpletest/src/Form/SimpletestResultsForm.php Form constructor.
SimpletestResultsForm::buildStatusImageMap function core/modules/simpletest/src/Form/SimpletestResultsForm.php Builds the status image map.
SimpletestResultsForm::create function core/modules/simpletest/src/Form/SimpletestResultsForm.php Instantiates a new instance of this class.
SimpletestResultsForm::getFormId function core/modules/simpletest/src/Form/SimpletestResultsForm.php Returns a unique string identifying the form.
SimpletestResultsForm::getResults function core/modules/simpletest/src/Form/SimpletestResultsForm.php Get test results for $test_id.
SimpletestResultsForm::submitForm function core/modules/simpletest/src/Form/SimpletestResultsForm.php Form submission handler.
SimpletestResultsForm::__construct function core/modules/simpletest/src/Form/SimpletestResultsForm.php Constructs a \Drupal\simpletest\Form\SimpletestResultsForm object.
SimpletestSettingsForm class core/modules/simpletest/src/Form/SimpletestSettingsForm.php Configure simpletest settings for this site.
SimpletestSettingsForm.php file core/modules/simpletest/src/Form/SimpletestSettingsForm.php
SimpletestSettingsForm::buildForm function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Form constructor.
SimpletestSettingsForm::getEditableConfigNames function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Gets the configuration names that will be editable.
SimpletestSettingsForm::getFormId function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Returns a unique string identifying the form.
SimpletestSettingsForm::submitForm function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Form submission handler.
SimpletestSettingsForm::validateForm function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Form validation handler.
SimpleTestTest class core/modules/simpletest/src/Tests/SimpleTestTest.php Tests SimpleTest's web interface: check that the intended tests were run and
ensure that test reports display the intended results. Also test SimpleTest's
internal browser and APIs implicitly.
SimpletestTest class core/modules/simpletest/tests/src/Functional/SimpletestTest.php Basic functionality of the Testing module.

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