SimpleTestMissingCheckedRequirements |
class |
|
core/modules/simpletest/tests/simpletest.test |
Tests missing requirements to run test. |
SimpleTestMissingDependentModuleUnitTest |
class |
|
core/modules/simpletest/tests/simpletest.test |
Test required modules for tests. |
SimpleTestOtherInstallationProfileModuleTestsTestCase |
class |
|
core/modules/simpletest/tests/simpletest.test |
Verifies that tests in other installation profiles are not found. |
SimpleTestUnitTestExampleTestCase |
class |
|
modules/examples/simpletest_example/tests/simpletest_example.test |
Although most core test cases are based on BackdropWebTestCase and are
functional tests (exercising the web UI) we also have BackdropUnitTestCase,
which executes much faster because a Backdrop install does not have to be
one. No environment is… |
SiteMaintenanceTestCase |
class |
|
core/modules/system/tests/system.test |
Tests site maintenance functionality. |
SkipDotsRecursiveDirectoryIterator Deprecated |
class |
|
core/includes/filetransfer/filetransfer.inc |
Provides an interface for iterating recursively over filesystem directories. |
StandardInstallTestCase |
class |
|
core/modules/simpletest/tests/standard.test |
Verifies settings created in the Standard profile are correct. |
StreamWrapperInterface |
interface |
|
core/includes/stream_wrappers.inc |
Generic PHP stream wrapper interface. |
StreamWrapperTest |
class |
|
core/modules/simpletest/tests/file.test |
Tests stream wrapper functions. |
SummaryLengthTestCase |
class |
|
core/modules/node/tests/node.test |
Tests the summary length functionality. |
SyslogTestCase |
class |
|
core/modules/syslog/tests/syslog.test |
|
SystemAdminTestCase |
class |
|
core/modules/system/tests/system.test |
Tests administrative overview pages. |
SystemAuthorizeCase |
class |
|
core/modules/system/tests/system.test |
Tests authorize.php and related hooks. |
SystemBlockTestCase |
class |
|
core/modules/system/tests/system.test |
|
SystemConfigFormCase |
class |
|
core/modules/simpletest/tests/system_config_test.inc |
Test forms that save data using the configuration system. |
SystemIndexPhpTest |
class |
|
core/modules/system/tests/system.test |
Test the handling of requests containing 'index.php'. |
SystemInfoAlterTestCase |
class |
|
core/modules/system/tests/system.test |
Tests the effectiveness of hook_system_info_alter(). |
SystemMainContentFallback |
class |
|
core/modules/system/tests/system.test |
Test main content rendering fallback provided by system module. |
SystemQueue |
class |
|
core/modules/system/system.queue.inc |
Default queue implementation. |
SystemSettingsFormTest |
class |
|
core/modules/simpletest/tests/form.test |
|
SystemTestFileTransfer |
class |
|
core/modules/simpletest/tests/system_test.module |
Mock FileTransfer object to test the settings form functionality. |
SystemThemeFunctionalTest |
class |
|
core/modules/system/tests/system.test |
Tests for the theme interface functionality. |
SystemValidTokenTest |
class |
|
core/modules/system/tests/system.test |
Test case for backdrop_valid_token(). |
TabledragExampleTestCase |
class |
|
modules/examples/tabledrag_example/tests/tabledrag_example.test |
Default test case for the tabledrag_example module. |
TableSort |
class |
|
core/includes/tablesort.class.inc |
Query extender class for tablesort queries. |
TableSortExampleTestCase |
class |
|
modules/examples/tablesort_example/tests/tablesort_example.test |
Functionality tests for the tablesort example module. |
TableSortTest |
class |
|
core/modules/simpletest/tests/tablesort.test |
Test unicode handling features implemented in unicode.inc. |
TaxonomyEFQTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests the functionality of EntityFieldQuery for taxonomy entities. |
TaxonomyHooksTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests for taxonomy hook invocation. |
TaxonomyLanguageFunctionalTest |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests setting languages for taxonomy. |
TaxonomyLegacyTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Test for legacy node bug. |
TaxonomyLoadMultipleUnitTest |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Test the taxonomy_term_load_multiple() function. |
TaxonomyQueryAlterTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests that appropriate query tags are added. |
TaxonomyRSSTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests the rendering of term reference fields in RSS feeds. |
TaxonomyTerm |
class |
|
core/modules/taxonomy/taxonomy.entity.inc |
Defines the taxonomy term entity. |
TaxonomyTermController |
class |
|
core/modules/taxonomy/taxonomy.entity.inc |
Controller class for taxonomy terms. |
TaxonomyTermDepthLayoutAccess |
class |
|
core/modules/taxonomy/layout/taxonomy_term_depth_access.inc |
@file
Plugin to provide access control based upon taxonomy term depth. |
TaxonomyTermFieldMultipleVocabularyTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests a taxonomy term reference field that allows multiple vocabularies. |
TaxonomyTermFieldTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests for taxonomy term field and formatter. |
TaxonomyTermIndexTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests the hook implementations that maintain the taxonomy index. |
TaxonomyTermTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests for taxonomy term functions. |
TaxonomyTermUnitTest |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Unit tests for taxonomy term functions. |
TaxonomyThemeTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests for verifying that taxonomy pages use the correct theme. |
TaxonomyTokenReplaceTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Test taxonomy token replacement in strings. |
TaxonomyViewsHandlerRelationshipNodeTermDataTest |
class |
|
core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test |
Tests the relationship_node_term_data handler. |
TaxonomyVocabulary |
class |
|
core/modules/taxonomy/taxonomy_vocabulary.class.inc |
Taxonomy vocabularies allow the grouping of taxonomy terms. |
TaxonomyVocabularyFunctionalTest |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests the taxonomy vocabulary interface. |
TaxonomyVocabularyUnitTest |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Tests for taxonomy vocabulary functions. |
TaxonomyWebTestCase |
class |
|
core/modules/taxonomy/tests/taxonomy.test |
Provides common helper methods for Taxonomy module tests. |
TestCacheable |
class |
|
core/modules/entity/tests/entity_caching_test/test_cacheable.entity.inc |
Test class for the test_cacheable entity type. |