| FormValidatorTest::testValidationComplete |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Tests the 'validation_complete' $form_state flag. |
| FormValidatorTestMockInterface |
interface |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Interface used in the mocking process of this test. |
| FormValidatorTestMockInterface::element_validate |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Function used in the mocking process of this test. |
| FormValidatorTestMockInterface::hash_validate |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Function used in the mocking process of this test. |
| FormValidatorTestMockInterface::validate_handler |
function |
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php |
Function used in the mocking process of this test. |
| FormValuesTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php |
Tests that form values are properly delivered to AJAX callbacks. |
| FormValuesTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php |
|
| FormValuesTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php |
|
| FormValuesTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php |
|
| FormValuesTest::formModeProvider |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php |
Data provider for testSimpleAjaxFormValue. |
| FormValuesTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php |
|
| FormValuesTest::testSimpleAjaxFormValue |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php |
Submits forms with select and checkbox elements via Ajax. |
| FormValuesTest::testSimpleInvalidCallbacksAjaxFormValue |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php |
Tests that AJAX elements with invalid callbacks return error code 500. |
| form_test.event_subscriber |
service |
core/modules/system/tests/modules/form_test/form_test.services.yml |
Drupal\form_test\EventSubscriber\FormTestEventSubscriber |
| form_test.form.service_form |
service |
core/modules/system/tests/modules/form_test/form_test.services.yml |
Drupal\form_test\FormTestServiceObject |
| form_test.http_middleware |
service |
core/modules/system/tests/modules/form_test/form_test.services.yml |
Drupal\form_test\StackMiddleware\FormTestMiddleware |
| form_test.info.yml |
file |
core/modules/system/tests/modules/form_test/form_test.info.yml |
core/modules/system/tests/modules/form_test/form_test.info.yml |
| form_test.libraries.yml |
file |
core/modules/system/tests/modules/form_test/form_test.libraries.yml |
core/modules/system/tests/modules/form_test/form_test.libraries.yml |
| form_test.permissions.yml |
file |
core/modules/system/tests/modules/form_test/form_test.permissions.yml |
core/modules/system/tests/modules/form_test/form_test.permissions.yml |
| form_test.routing.yml |
file |
core/modules/system/tests/modules/form_test/form_test.routing.yml |
core/modules/system/tests/modules/form_test/form_test.routing.yml |
| form_test.schema.yml |
file |
core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml |
core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml |
| form_test.services.yml |
file |
core/modules/system/tests/modules/form_test/form_test.services.yml |
core/modules/system/tests/modules/form_test/form_test.services.yml |
| FrameworkTest |
class |
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php |
Performs tests on AJAX framework functions. |
| FrameworkTest |
class |
core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php |
Tests the off-canvas dialog functionality. |
| FrameworkTest.php |
file |
core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php |
|
| FrameworkTest.php |
file |
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php |
|
| FrameworkTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php |
|
| FrameworkTest::$defaultTheme |
property |
core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php |
|
| FrameworkTest::$modules |
property |
core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php |
|
| FrameworkTest::$modules |
property |
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php |
|
| FrameworkTest::assertCommand |
function |
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php |
Asserts the array of Ajax commands contains the searched command. |
| FrameworkTest::drupalGetAjax |
function |
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php |
Requests a path or URL in drupal_ajax format and JSON-decodes the response. |
| FrameworkTest::testAJAXRender |
function |
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php |
Verifies the Ajax rendering of a command in the settings. |
| FrameworkTest::testAJAXRenderError |
function |
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php |
Tests the behavior of an error alert command. |
| FrameworkTest::testCurrentPathChange |
function |
core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php |
Tests that drupalSettings.currentPath is not updated on AJAX requests. |
| FrameworkTest::testLazyLoad |
function |
core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php |
Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request. |
| FrameworkTest::testLazyLoadOverriddenCSS |
function |
core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php |
Tests that overridden CSS files are not added during lazy load. |
| FrameworkTest::testOrder |
function |
core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php |
Tests AjaxResponse::prepare() AJAX commands ordering. |
| FriendsNotATestClass |
class |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
|
| FriendsNotATestClass::noMetadata |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
|
| FriendsTest |
class |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
|
| FriendsTest::testNoMetadata |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
|
| FriendsTest::testWithAllowedAnnotation |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
|
| FriendsTest::testWithAttribute |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
#[Group('Joey')] |
| FriendsTest::testWithAttributeAndAllowedAnnotation |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
@legacy-covers ::phoebe |
| FriendsTest::testWithAttributeAndForbiddenAnnotation |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
@group Chandler |
| FriendsTest::testWithForbiddenAnnotation |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
@group Janice |
| FriendsTest::testWithLegacyCoversAnnotation |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
This test method has a legacy covers annotation. |
| FriendsTrait::testInTraitNoMetadata |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
|
| FriendsTrait::testInTraitWithAllowedAnnotation |
function |
core/tests/PHPStan/fixtures/test-methods-with-metadata.php |
|