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
SchemaTest::providerTestSchemaCreateTablePrimaryKey function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey().
SchemaTest::setUp function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
SchemaTest::testFindPrimaryKeyColumns function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php @covers ::findPrimaryKeyColumns[[api-linebreak]]
SchemaTest::testFindTables function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests the findTables() method.
SchemaTest::testIndexLength function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests that indexes on string fields are limited to 191 characters on MySQL.
SchemaTest::testIntrospectIndexSchema function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php @covers \Drupal\Core\Database\Driver\mysql\Schema::introspectIndexSchema[[api-linebreak]]
@covers \Drupal\Core\Database\Driver\pgsql\Schema::introspectIndexSchema[[api-linebreak]]
@covers…
SchemaTest::testInvalidPrimaryKeyAddition function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests adding an invalid field specification as a primary key.
SchemaTest::testInvalidPrimaryKeyChange function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests changing the primary key with an invalid field specification.
SchemaTest::testInvalidPrimaryKeyOnTableCreation function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests an invalid field specification as a primary key on table creation.
SchemaTest::testSchema function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests database interactions.
SchemaTest::testSchemaAddFieldDefaultInitial function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests adding columns to an existing table with default and initial value.
SchemaTest::testSchemaChangeFieldDefaultInitial function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests changing columns between types with default and initial values.
SchemaTest::testSchemaChangePrimaryKey function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests various schema changes' effect on the table's primary key.
SchemaTest::testUnsignedColumns function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests creating unsigned columns and data integrity thereof.
SchemaTest::tryInsert function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tests inserting data into an existing table.
SchemaTest::tryUnsignedInsert function core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php Tries to insert a negative value into columns defined as unsigned.
SearchAdvancedSearchFormTest class core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php Indexes content and tests the advanced search form.
SearchAdvancedSearchFormTest.php file core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
SearchAdvancedSearchFormTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php The theme to install as the default for testing.
SearchAdvancedSearchFormTest::$modules property core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php Modules to enable.
SearchAdvancedSearchFormTest::$node property core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php A node to use for testing.
SearchAdvancedSearchFormTest::setUp function core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
SearchAdvancedSearchFormTest::testFormRefill function core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php Tests that after submitting the advanced search form, the form is refilled.
SearchAdvancedSearchFormTest::testNodeType function core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php Tests advanced search by node type.
SearchBlockTest class core/modules/search/tests/src/Functional/SearchBlockTest.php Tests if the search form block is available.
SearchBlockTest.php file core/modules/search/tests/src/Functional/SearchBlockTest.php
SearchBlockTest::$adminUser property core/modules/search/tests/src/Functional/SearchBlockTest.php The administrative user.
SearchBlockTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchBlockTest.php The theme to install as the default for testing.
SearchBlockTest::$modules property core/modules/search/tests/src/Functional/SearchBlockTest.php Modules to enable.
SearchBlockTest::setUp function core/modules/search/tests/src/Functional/SearchBlockTest.php
SearchBlockTest::testSearchFormBlock function core/modules/search/tests/src/Functional/SearchBlockTest.php Test that the search form block can be placed and works.
SearchCommentCountToggleTest class core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php Tests that comment count display toggles properly on comment status of node.
SearchCommentCountToggleTest.php file core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
SearchCommentCountToggleTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php The theme to install as the default for testing.
SearchCommentCountToggleTest::$modules property core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php Modules to enable.
SearchCommentCountToggleTest::$searchableNodes property core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php Array of nodes available to search.
SearchCommentCountToggleTest::$searchingUser property core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php A user with permission to search and post comments.
SearchCommentCountToggleTest::setUp function core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
SearchCommentCountToggleTest::testSearchCommentCountToggle function core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php Verify that comment count display toggles properly on comment status of node
SearchCommentTest class core/modules/search/tests/src/Functional/SearchCommentTest.php Tests integration searching comments.
SearchCommentTest.php file core/modules/search/tests/src/Functional/SearchCommentTest.php
SearchCommentTest::$adminRole property core/modules/search/tests/src/Functional/SearchCommentTest.php ID for the administrator role.
SearchCommentTest::$adminUser property core/modules/search/tests/src/Functional/SearchCommentTest.php A user with various administrative permissions.
SearchCommentTest::$commentSubject property core/modules/search/tests/src/Functional/SearchCommentTest.php Test subject for comments.
SearchCommentTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchCommentTest.php The theme to install as the default for testing.
SearchCommentTest::$modules property core/modules/search/tests/src/Functional/SearchCommentTest.php Modules to enable.
SearchCommentTest::$node property core/modules/search/tests/src/Functional/SearchCommentTest.php Test node for searching.
SearchCommentTest::assertCommentAccess function core/modules/search/tests/src/Functional/SearchCommentTest.php Update search index and search for comment.
SearchCommentTest::setRolePermissions function core/modules/search/tests/src/Functional/SearchCommentTest.php Set permissions for role.
SearchCommentTest::setUp function core/modules/search/tests/src/Functional/SearchCommentTest.php

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