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 |
|---|---|---|---|
| RESTTestBase::$testEntityType | property | core/ |
The entity type to use for testing. |
| RESTTestBase::assertResponse | function | core/ |
Asserts the page responds with the specified response code. |
| RESTTestBase::assertResponseBody | function | core/ |
Check to see if the HTTP request response body is identical to the expected value. |
| RESTTestBase::configEntityValues | function | core/ |
Provides an array of suitable property values for a config entity type. |
| RESTTestBase::cookies | function | core/ |
Calculates cookies used by guzzle later. |
| RESTTestBase::curlExec | function | core/ |
This method is overridden to deal with a cURL quirk: the usage of CURLOPT_CUSTOMREQUEST cannot be unset on the cURL handle, so we need to override it every time it is omitted. |
| RESTTestBase::drupalGetHeader | function | core/ |
Gets the value of an HTTP response header. |
| RESTTestBase::drupalGetHeaders | function | core/ |
Gets the HTTP response headers of the requested page. |
| RESTTestBase::enableService | function | core/ |
Enables the REST service interface for a specific entity type. |
| RESTTestBase::entityCreate | function | core/ |
Creates entity objects based on their types. |
| RESTTestBase::entityPermissions | function | core/ |
Provides the necessary user permissions for entity operations. |
| RESTTestBase::entityValues | function | core/ |
Provides an array of suitable property values for an entity type. |
| RESTTestBase::httpRequest | function | core/ |
Helper function to issue a HTTP request with simpletest's cURL. |
| RESTTestBase::isConfigEntity | function | core/ |
Checks if an entity type id is for a Config Entity. |
| RESTTestBase::loadEntityFromLocationHeader | function | core/ |
Loads an entity based on the location URL returned in the location header. |
| RESTTestBase::rebuildCache | function | core/ |
Rebuilds routing caches. |
| RESTTestBase::removeNodeFieldsForNonAdminUsers | function | core/ |
Remove node fields that can only be written by an admin user. |
| RESTTestBase::setUp | function | core/ |
Sets up a Drupal site for running functional and integration tests. |
| RestTestConstraint | class | core/ |
Adds some validations for a REST test field. |
| RestTestConstraint.php | file | core/ |
|
| RestTestConstraint::$message | property | core/ |
|
| RestTestConstraintValidator | class | core/ |
Validator for \Drupal\rest_test\Plugin\Validation\Constraint\RestTestConstraint. |
| RestTestConstraintValidator.php | file | core/ |
|
| RestTestConstraintValidator::validate | function | core/ |
|
| rest_test.authentication.test_auth | service | core/ |
Drupal\rest_test\Authentication\Provider\TestAuth |
| rest_test.authentication.test_auth_global | service | core/ |
Drupal\rest_test\Authentication\Provider\TestAuthGlobal |
| rest_test.encoder.foobar | service | core/ |
Drupal\serialization\Encoder\JsonEncoder |
| rest_test.info.yml | file | core/ |
core/modules/rest/tests/modules/rest_test/rest_test.info.yml |
| rest_test.module | file | core/ |
Contains hook implementations for testing REST module. |
| rest_test.page_cache_request_policy.deny_test_auth_requests | service | core/ |
Drupal\rest_test\PageCache\RequestPolicy\DenyTestAuthRequests |
| rest_test.services.yml | file | core/ |
core/modules/rest/tests/modules/rest_test/rest_test.services.yml |
| rest_test_entity_base_field_info | function | core/ |
Implements hook_entity_base_field_info(). |
| rest_test_entity_field_access | function | core/ |
Implements hook_entity_field_access(). |
| rest_test_views.info.yml | file | core/ |
core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml |
| rest_test_views.module | file | core/ |
Test hook implementations for the REST views test module. |
| rest_test_views_views_post_execute | function | core/ |
Implements hook_views_post_execute(). |
| ResultTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\area\Result[[api-linebreak]] @group views |
| ResultTest.php | file | core/ |
|
| ResultTest::$resultHandler | property | core/ |
The Result handler. |
| ResultTest::$view | property | core/ |
The view executable object. |
| ResultTest::providerTestResultArea | function | core/ |
Data provider for testResultArea. |
| ResultTest::setUp | function | core/ |
|
| ResultTest::setupViewPager | function | core/ |
Sets up a mock pager on the view executable object. |
| ResultTest::testQuery | function | core/ |
Tests the query method. |
| ResultTest::testResultArea | function | core/ |
Tests the rendered output of the Result area handler. |
| RetrieveFileTest | class | core/ |
Tests HTTP file fetching and error handling. |
| RetrieveFileTest.php | file | core/ |
|
| RetrieveFileTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| RetrieveFileTest::testFileRetrieving | function | core/ |
Invokes system_retrieve_file() in several scenarios. |
| ReverseProxyMiddlewareTest | class | core/ |
Unit test the reverse proxy stack middleware. |
Pagination
- Previous page
- Page 576
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.