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
InlineBlockTest::testInlineBlocksRevisioning function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php Tests entity blocks revisioning.
InlineBlockTest::testInlineBlocksRevisioningIntegrity function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php Tests entity blocks revisioning.
InlineBlockTest::testNoLayoutSave function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTest.php Tests adding a new entity block and then not saving the layout.
InlineBlockTestBase class core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Base class for testing inline blocks.
InlineBlockTestBase.php file core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
InlineBlockTestBase::$blockStorage property core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php The block storage.
InlineBlockTestBase::$modules property core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Modules to install.
InlineBlockTestBase::addInlineBlockToLayout function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Adds an entity block to the layout.
InlineBlockTestBase::assertDialogClosedAndTextVisible function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Asserts that the dialog closes and the new text appears on the main canvas.
InlineBlockTestBase::assertSaveLayout function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Saves a layout and asserts the message is correct.
InlineBlockTestBase::configureInlineBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Configures an inline block in the Layout Builder.
InlineBlockTestBase::createBlockContentType function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Creates a block content type.
InlineBlockTestBase::FIELD_UI_PREFIX constant core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Path prefix for the field UI for the test bundle.
InlineBlockTestBase::getLatestBlockEntityId function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Gets the latest block entity id.
InlineBlockTestBase::INLINE_BLOCK_LOCATOR constant core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Locator for inline blocks.
InlineBlockTestBase::removeInlineBlockFromLayout function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php Removes an entity block from the layout but does not save the layout.
InlineBlockTestBase::setUp function core/modules/layout_builder/tests/src/FunctionalJavascript/InlineBlockTestBase.php
InlineBlockUsageTest class core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Class for testing the InlineBlockUsage service.
InlineBlockUsageTest class core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php @coversDefaultClass \Drupal\layout_builder\InlineBlockUsage[[api-linebreak]]
InlineBlockUsageTest.php file core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php
InlineBlockUsageTest.php file core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php
InlineBlockUsageTest::$database property core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php The database connection.
InlineBlockUsageTest::$entity property core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php The entity for testing.
InlineBlockUsageTest::$inlineBlockUsage property core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php The inline block usage service.
InlineBlockUsageTest::$modules property core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Modules to install.
InlineBlockUsageTest::setUp function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php
InlineBlockUsageTest::testAddUsage function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::addUsage.
InlineBlockUsageTest::testDeleteUsage function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::deleteUsage.
InlineBlockUsageTest::testEmptyDeleteUsageCall function core/modules/layout_builder/tests/src/Unit/InlineBlockUsageTest.php Tests calling deleteUsage() with empty array.
InlineBlockUsageTest::testGetUnused function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::getUnused.
InlineBlockUsageTest::testGetUsage function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::getUsage.
InlineBlockUsageTest::testRemoveByLayoutEntity function core/modules/layout_builder/tests/src/Kernel/InlineBlockUsageTest.php Covers ::removeByLayoutEntity.
InOperatorTest class core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php @coversDefaultClass \Drupal\views\Plugin\views\filter\InOperator[[api-linebreak]]
@group views
InOperatorTest.php file core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php
InOperatorTest::testValidate function core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php @covers ::validate[[api-linebreak]]
InOperatorTest::validate_options_callback function core/modules/views/tests/src/Unit/Plugin/filter/InOperatorTest.php
InputStreamFileWriter::writeStreamToFile function core/modules/file/src/Upload/InputStreamFileWriter.php Write the input stream to a temporary file.
InputStreamFileWriterInterface::writeStreamToFile function core/modules/file/src/Upload/InputStreamFileWriterInterface.php Write the input stream to a temporary file.
InsertDefaultsTest class core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php Tests the Insert query builder with default values.
InsertDefaultsTest.php file core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php
InsertDefaultsTest::testDefaultEmptyInsert function core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php Tests that no action will be preformed if no fields are specified.
InsertDefaultsTest::testDefaultInsert function core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php Tests that we can run a query that uses default values for everything.
InsertDefaultsTest::testDefaultInsertWithFields function core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php Tests that we can insert fields with values and defaults in the same query.
InsertLobTest class core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php Tests the Insert query builder with LOB fields.
InsertLobTest.php file core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php
InsertLobTest::testInsertMultipleBlob function core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php Tests that we can insert multiple blob fields in the same query.
InsertLobTest::testInsertNullBlob function core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php Tests that we can insert a null into blob field.
InsertLobTest::testInsertOneBlob function core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php Tests that we can insert a single blob field successfully.
InsertTest class core/tests/Drupal/KernelTests/Core/Database/InsertTest.php Tests the insert builder.
InsertTest.php file core/tests/Drupal/KernelTests/Core/Database/InsertTest.php

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