Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 11.x for test
  5. 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
SyntaxTest class core/modules/mysql/tests/src/Kernel/mysql/SyntaxTest.php Tests MySql syntax interpretation.
SyntaxTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/SyntaxTest.php
SyntaxTest.php file core/modules/mysql/tests/src/Kernel/mysql/SyntaxTest.php
SyntaxTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/SyntaxTest.php
SyslogTest class core/modules/syslog/tests/src/Kernel/SyslogTest.php Test syslog logger functionality.
SyslogTest class core/modules/syslog/tests/src/Functional/SyslogTest.php Tests syslog settings.
SysLogTest class core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php Redirects logging messages to error_log.
SyslogTest.php file core/modules/syslog/tests/src/Kernel/SyslogTest.php
SyslogTest.php file core/modules/syslog/tests/src/Functional/SyslogTest.php
SysLogTest.php file core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php
SyslogTest::$defaultTheme property core/modules/syslog/tests/src/Functional/SyslogTest.php The theme to install as the default for testing.
SyslogTest::$modules property core/modules/syslog/tests/src/Kernel/SyslogTest.php Modules to install.
SyslogTest::$modules property core/modules/syslog/tests/src/Functional/SyslogTest.php Modules to install.
SyslogTest::setUp function core/modules/syslog/tests/src/Kernel/SyslogTest.php
SysLogTest::syslogWrapper function core/modules/syslog/tests/modules/syslog_test/src/Logger/SysLogTest.php A syslog wrapper to make syslog functionality testable.
SyslogTest::testSettings function core/modules/syslog/tests/src/Functional/SyslogTest.php Tests the syslog settings page.
SyslogTest::testSyslogMissingFacility function core/modules/syslog/tests/src/Kernel/SyslogTest.php Tests that missing facility prevents writing to the syslog.
SyslogTest::testSyslogSeverity function core/modules/syslog/tests/src/Kernel/SyslogTest.php Tests severity level logging.
SyslogTest::testSyslogWriting function core/modules/syslog/tests/src/Kernel/SyslogTest.php @covers ::log[[api-linebreak]]
syslog_test.info.yml file core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml core/modules/syslog/tests/modules/syslog_test/syslog_test.info.yml
syslog_test.services.yml file core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml core/modules/syslog/tests/modules/syslog_test/syslog_test.services.yml
system.action.test_action.yml file core/modules/views/tests/modules/action_bulk_test/config/install/system.action.test_action.yml core/modules/views/tests/modules/action_bulk_test/config/install/system.action.test_action.yml
system.action.user_batch_action_test_action.yml file core/modules/views/tests/modules/user_batch_action_test/config/install/system.action.user_batch_action_test_action.yml core/modules/views/tests/modules/user_batch_action_test/config/install/system.action.user_batch_action_test_action.yml
system.image.test_toolkit.yml file core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml core/modules/system/tests/modules/image_test/config/install/system.image.test_toolkit.yml
system.menu.exclude-test.yml file core/modules/config/tests/config_exclude_test/config/install/system.menu.exclude-test.yml core/modules/config/tests/config_exclude_test/config/install/system.menu.exclude-test.yml
system.menu.indirect-exclude-test.yml file core/modules/config/tests/config_exclude_test/config/install/system.menu.indirect-exclude-test.yml core/modules/config/tests/config_exclude_test/config/install/system.menu.indirect-exclude-test.yml
SystemAuthorizeTest class core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php Tests the authorize.php script and related API.
SystemAuthorizeTest.php file core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
SystemAuthorizeTest::$defaultTheme property core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php The theme to install as the default for testing.
SystemAuthorizeTest::$modules property core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php Modules to install.
SystemAuthorizeTest::drupalGetAuthorizePHP function core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php Helper function to initialize authorize.php and load it via drupalGet().
SystemAuthorizeTest::setUp function core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php
SystemAuthorizeTest::testError function core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php Tests error handling in authorize.php.
SystemAuthorizeTest::testFileTransferHooks function core/modules/system/tests/src/Functional/System/SystemAuthorizeTest.php Tests the FileTransfer hooks.
SystemConfigFormTest class core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php Tests the SystemConfigFormTestBase class.
SystemConfigFormTest.php file core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php
SystemConfigFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php The theme to install as the default for testing.
SystemConfigFormTest::$modules property core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php Modules to install.
SystemConfigFormTest::testSystemConfigForm function core/modules/system/tests/src/Functional/Form/SystemConfigFormTest.php Tests the SystemConfigFormTestBase class.
SystemConfigFormTestForm class core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Tests the ConfigFormBase class.
SystemConfigFormTestForm.php file core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php
SystemConfigFormTestForm::getEditableConfigNames function core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Gets the configuration names that will be editable.
SystemConfigFormTestForm::getFormId function core/modules/system/tests/modules/form_test/src/SystemConfigFormTestForm.php Returns a unique string identifying the form.
SystemDateSettingsUpdateTest class core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php Tests system.date:country.default and system.date:timezone.default values.
SystemDateSettingsUpdateTest.php file core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
SystemDateSettingsUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php The theme to install as the default for testing.
SystemDateSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php Set database dump files to be used.
SystemDateSettingsUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php Tests update of system.date:country.default & system.date:country.default.
SystemFunctionsLegacyTest class core/modules/system/tests/src/Kernel/System/SystemFunctionsLegacyTest.php Tests the deprecations in the system module.
SystemFunctionsLegacyTest.php file core/modules/system/tests/src/Kernel/System/SystemFunctionsLegacyTest.php

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