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
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgs function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testGetUrlWithPlaceholdersAndWithoutArgsAndExceptionValue function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::getUrl[[api-linebreak]]
ViewExecutableTest::testInitMethods function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the initDisplay() and initHandlers() methods.
ViewExecutableTest::testProperties function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the accessing of values on the object.
ViewExecutableTest::testPropertyMethods function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the setting/getting of properties.
ViewExecutableTest::testSerialization function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests serialization of the ViewExecutable object.
ViewExecutableTest::testSetCurrentPageBeforePreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::setCurrentPage[[api-linebreak]]
@covers ::getCurrentPage[[api-linebreak]]
ViewExecutableTest::testSetCurrentPageDuringPreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::setCurrentPage[[api-linebreak]]
@covers ::getCurrentPage[[api-linebreak]]
ViewExecutableTest::testSetDisplayWithInvalidDisplay function core/modules/views/tests/src/Kernel/ViewExecutableTest.php
ViewExecutableTest::testSetItemsPerPageBeforePreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::setItemsPerPage[[api-linebreak]]
@covers ::getItemsPerPage[[api-linebreak]]
ViewExecutableTest::testSetItemsPerPageDuringPreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::setItemsPerPage[[api-linebreak]]
@covers ::getItemsPerPage[[api-linebreak]]
ViewExecutableTest::testSetOffsetBeforePreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::setOffset[[api-linebreak]]
@covers ::getOffset[[api-linebreak]]
ViewExecutableTest::testSetOffsetDuringPreRender function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::setOffset[[api-linebreak]]
@covers ::getOffset[[api-linebreak]]
ViewExecutableTest::testValidate function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the validation of display handlers.
ViewExecutableTest::testValidateNestedLoops function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests that nested loops of the display handlers won't break validation.
ViewHalJsonAnonTest class core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php @group hal
ViewHalJsonAnonTest.php file core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php
ViewHalJsonAnonTest::$defaultTheme property core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php The theme to install as the default for testing.
ViewHalJsonAnonTest::$format property core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php The format to use in this test.
ViewHalJsonAnonTest::$mimeType property core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php The MIME type that corresponds to $format.
ViewHalJsonAnonTest::$modules property core/modules/views/tests/src/Functional/Hal/ViewHalJsonAnonTest.php Modules to install.
ViewHalJsonBasicAuthTest class core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php @group hal
ViewHalJsonBasicAuthTest.php file core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php
ViewHalJsonBasicAuthTest::$auth property core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
ViewHalJsonBasicAuthTest::$defaultTheme property core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php The theme to install as the default for testing.
ViewHalJsonBasicAuthTest::$format property core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php The format to use in this test.
ViewHalJsonBasicAuthTest::$mimeType property core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
ViewHalJsonBasicAuthTest::$modules property core/modules/views/tests/src/Functional/Hal/ViewHalJsonBasicAuthTest.php Modules to install.
ViewHalJsonCookieTest class core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php @group hal
ViewHalJsonCookieTest.php file core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php
ViewHalJsonCookieTest::$auth property core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php The authentication mechanism to use in this test.
ViewHalJsonCookieTest::$defaultTheme property core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php The theme to install as the default for testing.
ViewHalJsonCookieTest::$format property core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php The format to use in this test.
ViewHalJsonCookieTest::$mimeType property core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php The MIME type that corresponds to $format.
ViewHalJsonCookieTest::$modules property core/modules/views/tests/src/Functional/Hal/ViewHalJsonCookieTest.php Modules to install.
ViewJsonAnonTest class core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php @group rest
ViewJsonAnonTest.php file core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php
ViewJsonAnonTest::$defaultTheme property core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php The theme to install as the default for testing.
ViewJsonAnonTest::$format property core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php The format to use in this test.
ViewJsonAnonTest::$mimeType property core/modules/views/tests/src/Functional/Rest/ViewJsonAnonTest.php The MIME type that corresponds to $format.
ViewJsonBasicAuthTest class core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php @group rest
ViewJsonBasicAuthTest.php file core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php
ViewJsonBasicAuthTest::$auth property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php The authentication mechanism to use in this test.
ViewJsonBasicAuthTest::$defaultTheme property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php The theme to install as the default for testing.
ViewJsonBasicAuthTest::$format property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php The format to use in this test.
ViewJsonBasicAuthTest::$mimeType property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php The MIME type that corresponds to $format.
ViewJsonBasicAuthTest::$modules property core/modules/views/tests/src/Functional/Rest/ViewJsonBasicAuthTest.php Modules to install.
ViewJsonCookieTest class core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php @group rest
ViewJsonCookieTest.php file core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php
ViewJsonCookieTest::$auth property core/modules/views/tests/src/Functional/Rest/ViewJsonCookieTest.php The authentication mechanism to use in this test.

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