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
BookTestTrait::$book property core/modules/book/tests/src/Functional/BookTestTrait.php A book node.
BookTestTrait::$bookAuthor property core/modules/book/tests/src/Functional/BookTestTrait.php A user with permission to create and edit books.
BookTestTrait::checkBookNode function core/modules/book/tests/src/Functional/BookTestTrait.php Checks the outline of sub-pages; previous, up, and next.
BookTestTrait::createBook function core/modules/book/tests/src/Functional/BookTestTrait.php Creates a new book with a page hierarchy.
BookTestTrait::createBookNode function core/modules/book/tests/src/Functional/BookTestTrait.php Creates a book node.
BookTestTrait::generateOutlinePattern function core/modules/book/tests/src/Functional/BookTestTrait.php Creates a regular expression to check for the sub-nodes in the outline.
BookUninstallTest class core/modules/book/tests/src/Kernel/BookUninstallTest.php Tests that the Book module cannot be uninstalled if books exist.
BookUninstallTest.php file core/modules/book/tests/src/Kernel/BookUninstallTest.php
BookUninstallTest::$modules property core/modules/book/tests/src/Kernel/BookUninstallTest.php Modules to enable.
BookUninstallTest::setUp function core/modules/book/tests/src/Kernel/BookUninstallTest.php
BookUninstallTest::testBookUninstall function core/modules/book/tests/src/Kernel/BookUninstallTest.php Tests the book_system_info_alter() method.
BookUninstallValidatorTest class core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @coversDefaultClass \Drupal\book\BookUninstallValidator[[api-linebreak]]
@group book
@group legacy
BookUninstallValidatorTest.php file core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
BookUninstallValidatorTest::$bookUninstallValidator property core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
BookUninstallValidatorTest::setUp function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php
BookUninstallValidatorTest::testValidateEntityQueryWithoutResults function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
BookUninstallValidatorTest::testValidateEntityQueryWithResults function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
BookUninstallValidatorTest::testValidateNotBook function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
BookUninstallValidatorTest::testValidateOutlineStorage function core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
book_breadcrumb_test.info.yml file core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.info.yml
book_breadcrumb_test.module file core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module Test module for testing the book module breadcrumb.
book_breadcrumb_test.schema.yml file core/modules/book/tests/modules/book_breadcrumb_test/config/schema/book_breadcrumb_test.schema.yml core/modules/book/tests/modules/book_breadcrumb_test/config/schema/book_breadcrumb_test.schema.yml
book_breadcrumb_test.settings.yml file core/modules/book/tests/modules/book_breadcrumb_test/config/install/book_breadcrumb_test.settings.yml core/modules/book/tests/modules/book_breadcrumb_test/config/install/book_breadcrumb_test.settings.yml
book_breadcrumb_test_node_access function core/modules/book/tests/modules/book_breadcrumb_test/book_breadcrumb_test.module Implements hook_ENTITY_TYPE_access().
book_test.info.yml file core/modules/book/tests/modules/book_test/book_test.info.yml core/modules/book/tests/modules/book_test/book_test.info.yml
book_test.module file core/modules/book/tests/modules/book_test/book_test.module Test module for testing the book module.
book_test_page_attachments function core/modules/book/tests/modules/book_test/book_test.module Implements hook_page_attachments().
book_test_views.info.yml file core/modules/book/tests/modules/book_test_views/book_test_views.info.yml core/modules/book/tests/modules/book_test_views/book_test_views.info.yml
BooleanFieldTest class core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php Tests boolean field functionality.
BooleanFieldTest.php file core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
BooleanFieldTest::$defaultTheme property core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php The theme to install as the default for testing.
BooleanFieldTest::$field property core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php The field used in this test class.
BooleanFieldTest::$fieldStorage property core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php A field to use in this test class.
BooleanFieldTest::$modules property core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php Modules to install.
BooleanFieldTest::setUp function core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
BooleanFieldTest::testBooleanField function core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php Tests boolean field.
BooleanFieldTest::testFormAccess function core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php Tests field access.
BooleanFormatterSettingsTest class core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest class core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Tests the Boolean field formatter settings.
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest.php file core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$bundle property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the entity bundle that is created in the test.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$defaultTheme property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The theme to install as the default for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$fieldName property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php The name of the Boolean field to use for testing.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/FunctionalJavascript/Boolean/BooleanFormatterSettingsTest.php Modules to install.
BooleanFormatterSettingsTest::$modules property core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php Modules to install.
BooleanFormatterSettingsTest::setUp function core/modules/field/tests/src/Functional/Boolean/BooleanFormatterSettingsTest.php

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