Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| simpletest.migrate_drupal.yml | file | core/ |
core/modules/simpletest/migrations/state/simpletest.migrate_drupal.yml |
| simpletest.module | file | core/ |
Provides testing functionality. |
| simpletest.module.css | file | core/ |
/* 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/ |
/* 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/ |
core/modules/simpletest/simpletest.permissions.yml |
| simpletest.routing.yml | file | core/ |
core/modules/simpletest/simpletest.routing.yml |
| simpletest.schema.yml | file | core/ |
core/modules/simpletest/config/schema/simpletest.schema.yml |
| simpletest.services.yml | file | core/ |
core/modules/simpletest/simpletest.services.yml |
| simpletest.settings.yml | file | core/ |
core/modules/simpletest/config/install/simpletest.settings.yml |
| SimpleTestBrowserTest | class | core/ |
Tests the WebTestBase internal browser. |
| SimpleTestBrowserTest.php | file | core/ |
|
| SimpleTestBrowserTest::$modules | property | core/ |
Modules to enable. |
| SimpleTestBrowserTest::setUp | function | core/ |
Sets up a Drupal site for running functional and integration tests. |
| SimpleTestBrowserTest::testInternalBrowser | function | core/ |
Test the internal browsers functionality. |
| SimpleTestBrowserTest::testUserAgentValidation | function | core/ |
Test validation of the User-Agent header we use to perform test requests. |
| SimpletestDeprecationTest | class | core/ |
Verify deprecations within the simpletest module. |
| SimpletestDeprecationTest.php | file | core/ |
|
| SimpletestDeprecationTest::$modules | property | core/ |
Modules to enable. |
| SimpletestDeprecationTest::testDeprecatedFunctions | function | core/ |
@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/ |
@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/ |
@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/ |
@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/ |
@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/ |
A concrete entity. |
| SimpleTestEntity | class | core/ |
A concrete entity. |
| SimpleTestErrorCollectorTest | class | core/ |
Tests SimpleTest error and exception collector. |
| SimpleTestErrorCollectorTest.php | file | core/ |
|
| SimpleTestErrorCollectorTest::$collectedErrors | property | core/ |
Errors triggered during the test. |
| SimpleTestErrorCollectorTest::$modules | property | core/ |
Modules to enable. |
| SimpleTestErrorCollectorTest::assertError | function | core/ |
Asserts that a collected error matches what we are expecting. |
| SimpleTestErrorCollectorTest::error | function | core/ |
Stores errors into an array. |
| SimpleTestErrorCollectorTest::testErrorCollect | function | core/ |
Tests that simpletest collects errors from the tested site. |
| SimpleTestInstallBatchTest | class | core/ |
Tests batch operations during tests execution. |
| SimpleTestInstallBatchTest.php | file | core/ |
|
| SimpleTestInstallBatchTest::$modules | property | core/ |
Modules to enable. |
| SimpleTestInstallBatchTest::testLoadingEntitiesCreatedInBatch | function | core/ |
Tests loading entities created in a batch in test_batch_test_install(). |
| SimpletestPhpunitBrowserTest | class | core/ |
A PHPUnit-based browser test that will be run from Simpletest. |
| SimpletestPhpunitBrowserTest::testOutput | function | core/ |
Dummy test that logs the visited front page for HTML output. |
| SimpletestPhpunitRunCommandTest | class | core/ |
Tests simpletest_run_phpunit_tests() handles PHPunit fatals correctly. |
| SimpletestPhpunitRunCommandTest.php | file | core/ |
|
| SimpletestPhpunitRunCommandTest::$fixtureContainer | property | core/ |
A fixture container. |
| SimpletestPhpunitRunCommandTest::$root | property | core/ |
Path to the app root. |
| SimpletestPhpunitRunCommandTest::provideStatusCodes | function | core/ |
Data provider for testSimpletestPhpUnitRunCommand(). |
| SimpletestPhpunitRunCommandTest::setUp | function | core/ |
|
| SimpletestPhpunitRunCommandTest::setUpBeforeClass | function | core/ |
|
| SimpletestPhpunitRunCommandTest::tearDown | function | core/ |
|
| SimpletestPhpunitRunCommandTest::testSimpletestPhpUnitRunCommand | function | core/ |
Test the round trip for PHPUnit execution status codes. |
| SimpletestPhpunitRunCommandTestWillDie | class | core/ |
This test crashes PHP. |
| SimpletestPhpunitRunCommandTestWillDie::testWillDie | function | core/ |
Performs the status specified by SimpletestPhpunitRunCommandTestWillDie. |
| SimpletestResultsForm | class | core/ |
Test results form for $test_id. |
Pagination
- Previous page
- Page 1118
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.