Search for test
- Search 7.x for test
- Search 9.5.x for test
- Search 10.3.x for test
- Search 11.x for test
- Search main for test
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Test | class | core/ |
Provides test media source. |
| Test | class | core/ |
Defines a test controller for page titles. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| PageCacheTest::testCacheableWithCustomCacheControl | function | core/ |
Test a cacheable response with custom cache control. |
| PageCacheTest::testConditionalRequests | function | core/ |
Tests support of requests with If-Modified-Since and If-None-Match headers. |
| PageCacheTest::testFormImmutability | function | core/ |
Test the setting of forms to be immutable. |
| PageCacheTest::testHead | function | core/ |
Tests that HEAD requests are treated the same as GET requests. |
| PageCacheTest::testNoUrlNormalization | function | core/ |
Test that URLs are cached in a not normalized form. |
| PageCacheTest::testPageCache | function | core/ |
Tests cache headers. |
| PageCacheTest::testPageCacheAnonymous403404 | function | core/ |
Tests the 4xx-response cache tag is added and invalidated. |
| PageCacheTest::testPageCacheAnonymousRolePermissions | function | core/ |
Tests the automatic presence of the anonymous role's cache tag. |
| PageCacheTest::testPageCacheTags | function | core/ |
Test that cache tags are properly persisted. |
| PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders | function | core/ |
Test that the page cache doesn't depend on cacheability headers. |
| PageCacheTest::testPageCacheWithoutVaryCookie | function | core/ |
Tests the omit_vary_cookie setting. |
| PageCacheTest::testQueryParameterFormatRequests | function | core/ |
Tests support for different cache items with different request formats specified via a query parameter. |
| PageEditTest | class | core/ |
Create a block and test block edit functionality. |
| PageEditTest.php | file | core/ |
|
| PageEditTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PageEditTest::setUp | function | core/ |
Sets the test up. |
| PageEditTest::testPageEdit | function | core/ |
Checks block edit functionality. |
| PageNotFoundTest | class | core/ |
Tests page not found functionality, including custom 404 pages. |
| PageNotFoundTest.php | file | core/ |
|
| PageNotFoundTest::$adminUser | property | core/ |
|
| PageNotFoundTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PageNotFoundTest::$modules | property | core/ |
Modules to enable. |
| PageNotFoundTest::setUp | function | core/ |
|
| PageNotFoundTest::testPageNotFound | function | core/ |
|
| PageNotFoundTest::testPageNotFoundCustomPageWithAccessDenied | function | core/ |
Tests that an inaccessible custom 404 page falls back to the default. |
| PagePreviewTest | class | core/ |
Tests the node entity preview functionality. |
| PagePreviewTest.php | file | core/ |
|
| PagePreviewTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PagePreviewTest::$fieldName | property | core/ |
The name of the created field. |
| PagePreviewTest::$modules | property | core/ |
Enable the comment, node and taxonomy modules to test on the preview. |
| PagePreviewTest::setUp | function | core/ |
|
| PagePreviewTest::testPagePreview | function | core/ |
Checks the node preview functionality. |
| PagePreviewTest::testPagePreviewWithRevisions | function | core/ |
Checks the node preview functionality, when using revisions. |
| PagePreviewTest::testSimultaneousPreview | function | core/ |
Checks the node preview accessible for simultaneous node editing. |
| PagerDeprecationTest | class | core/ |
Ensure that deprecated pager functions trigger deprecation errors. |
| PagerDeprecationTest.php | file | core/ |
|
| PagerDeprecationTest::testDefaultInitialize | function | core/ |
@expectedDeprecation pager_default_initialize is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerManagerInterface->createPager() instead. See https://www.drupal.org/node/2779457 |
| PagerDeprecationTest::testFindPage | function | core/ |
@expectedDeprecation pager_find_page is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerParametersInterface->findPage() instead. See https://www.drupal.org/node/2779457 |
| PagerDeprecationTest::testGetQueryParameters | function | core/ |
@expectedDeprecation pager_get_query_parameters is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerParametersInterface->getQueryParameters() instead. See https://www.drupal.org/node/2779457 |
| PagerDeprecationTest::testQueryAddPage | function | core/ |
@expectedDeprecation pager_query_add_page is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Pager\PagerManagerInterface->getUpdatedParameters() instead. See https://www.drupal.org/node/2779457 |
| PageRenderTest | class | core/ |
Test page rendering hooks. |
| PageRenderTest.php | file | core/ |
|
| PageRenderTest::assertPageRenderHookExceptions | function | core/ |
Asserts whether expected exceptions are thrown for invalid hook implementations. |
| PageRenderTest::testHookPageAlter | function | core/ |
Tests hook_page_attachments_alter() exceptions. |
| PageRenderTest::testHookPageAttachmentsExceptions | function | core/ |
Tests hook_page_attachments() exceptions. |
| PagerKernelTest | class | core/ |
Tests pager-related APIs. |
| PagerKernelTest.php | file | core/ |
|
| PagerKernelTest::$modules | property | core/ |
Modules to enable. |
| PagerKernelTest::$testViews | property | core/ |
Views to be enabled. |
| PagerKernelTest::setUp | function | core/ |
Pagination
- Previous page
- Page 521
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.