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
RowRenderCacheTest::$editorUser property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php An editor user account.
RowRenderCacheTest::$modules property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Modules to enable.
RowRenderCacheTest::$powerUser property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php A power user account.
RowRenderCacheTest::$regularUser property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php A regular user account.
RowRenderCacheTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Views used by this test.
RowRenderCacheTest::doTestRenderedOutput function core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Check whether the rendered output matches expectations.
RowRenderCacheTest::setUpFixtures function core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Sets up the configuration and schema of views and views_test_data modules.
RowRenderCacheTest::testAdvancedCaching function core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Test complex field rewriting and uncacheable field handlers.
RowRenderCacheTest::testNoCaching function core/modules/views/tests/src/Kernel/Plugin/RowRenderCacheTest.php Test that rows are not cached when the none cache plugin is used.
RowRssTest class core/modules/comment/tests/src/Functional/Views/RowRssTest.php Tests the comment rss row plugin.
RowRssTest.php file core/modules/comment/tests/src/Functional/Views/RowRssTest.php
RowRssTest::$defaultTheme property core/modules/comment/tests/src/Functional/Views/RowRssTest.php The theme to install as the default for testing.
RowRssTest::$testViews property core/modules/comment/tests/src/Functional/Views/RowRssTest.php Views used by this test.
RowRssTest::testRssRow function core/modules/comment/tests/src/Functional/Views/RowRssTest.php Test comment rss output.
RowTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Provides a general test row plugin.
RowTest class core/modules/migrate/tests/src/Unit/RowTest.php @coversDefaultClass \Drupal\migrate\Row[[api-linebreak]]
@group migrate
RowTest.php file core/modules/migrate/tests/src/Unit/RowTest.php
RowTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php
RowTest::$output property core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php A string which will be output when the view is rendered.
RowTest::$testGetDestinationProperties property core/modules/migrate/tests/src/Unit/RowTest.php Test destination properties for testing get and getMultiple.
RowTest::$testGetSourceIds property core/modules/migrate/tests/src/Unit/RowTest.php Test source keys for testing get and getMultiple.
RowTest::$testGetSourceProperties property core/modules/migrate/tests/src/Unit/RowTest.php Test source properties for testing get and getMultiple.
RowTest::$testHash property core/modules/migrate/tests/src/Unit/RowTest.php The test hash.
RowTest::$testHashMod property core/modules/migrate/tests/src/Unit/RowTest.php The test hash after changing title value to 'new title'.
RowTest::$testSourceIds property core/modules/migrate/tests/src/Unit/RowTest.php The source IDs.
RowTest::$testValues property core/modules/migrate/tests/src/Unit/RowTest.php The test values.
RowTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Provide a form for setting options.
RowTest::calculateDependencies function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Calculates dependencies for the configured plugin.
RowTest::createRowWithDestinationProperties function core/modules/migrate/tests/src/Unit/RowTest.php Create a row and load it with destination properties.
RowTest::defineOptions function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Information about options for all kinds of purposes will be held here.
RowTest::getDataProvider function core/modules/migrate/tests/src/Unit/RowTest.php Data Provider for testGet.
RowTest::getMultipleDataProvider function core/modules/migrate/tests/src/Unit/RowTest.php Data Provider for testGetMultiple.
RowTest::getOutput function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Returns the output property.
RowTest::render function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Render a row object. This usually passes through to a theme template
of some form, but not always.
RowTest::setOutput function core/modules/views/tests/modules/views_test_data/src/Plugin/views/row/RowTest.php Sets the output property.
RowTest::testDestination function core/modules/migrate/tests/src/Unit/RowTest.php Tests setting and getting the destination.
RowTest::testGet function core/modules/migrate/tests/src/Unit/RowTest.php Test getting source and destination properties.
RowTest::testGetMultiple function core/modules/migrate/tests/src/Unit/RowTest.php Test getting multiple source and destination properties.
RowTest::testGetSetIdMap function core/modules/migrate/tests/src/Unit/RowTest.php Tests getting/setting the ID Map.
RowTest::testGetSourceProperty function core/modules/migrate/tests/src/Unit/RowTest.php Tests getting the source property.
RowTest::testHashing function core/modules/migrate/tests/src/Unit/RowTest.php Tests hashing.
RowTest::testMultipleDestination function core/modules/migrate/tests/src/Unit/RowTest.php Tests setting/getting multiple destination IDs.
RowTest::testMultipleSourceIdValues function core/modules/migrate/tests/src/Unit/RowTest.php Tests the multiple source IDs.
RowTest::testRowWithBasicData function core/modules/migrate/tests/src/Unit/RowTest.php Tests object creation: basic.
RowTest::testRowWithInvalidData function core/modules/migrate/tests/src/Unit/RowTest.php Tests object creation: invalid values.
RowTest::testRowWithMultipleSourceIds function core/modules/migrate/tests/src/Unit/RowTest.php Tests object creation: multiple source IDs.
RowTest::testRowWithoutData function core/modules/migrate/tests/src/Unit/RowTest.php Tests object creation: empty.
RowTest::testSetFrozenRow function core/modules/migrate/tests/src/Unit/RowTest.php Tests setting on a frozen row.
RowTest::testSourceFreeze function core/modules/migrate/tests/src/Unit/RowTest.php Tests source immutability after freeze.
RowTest::testSourceIdValues function core/modules/migrate/tests/src/Unit/RowTest.php Tests the source ID.

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