ComponentRenderTest::checkInvalidSlot |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensure that the slots throw an error for invalid slots. |
ComponentRenderTest::checkLibraryOverrides |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Check using the libraryOverrides. |
ComponentRenderTest::checkNonExistingComponent |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensures that including an invalid component creates an error. |
ComponentRenderTest::checkPropValidation |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensures the schema violations are reported properly. |
ComponentRenderTest::checkRenderElementAlters |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensures the alter callbacks work properly. |
ComponentRenderTest::checkSlots |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensure that the slots allow a render array or a scalar when using the render element. |
ComponentRenderTest::testCssLibraryAttachesCorrectly |
function |
core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php |
Tests that the correct libraries are put on the page using CSS. |
ComponentRenderTest::testJsLibraryAttachesCorrectly |
function |
core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php |
Tests that the correct libraries are put on the page using JS. |
ComponentRenderTest::testLibraryOverrides |
function |
core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php |
Tests libraryOverrides. |
ComponentRenderTest::testPluginDefinition |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Ensures some key aspects of the plugin definition are correctly computed. |
ComponentRenderTest::testRender |
function |
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php |
Test that components render correctly. |
ComponentsIsolatedBuildTest |
class |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
Try to install dependencies per component, using Composer. |
ComponentsIsolatedBuildTest.php |
file |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
|
ComponentsIsolatedBuildTest::addExpectedRepositories |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
Adds expected repositories as path repositories to package under test. |
ComponentsIsolatedBuildTest::provideComponentPaths |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
Provides an array with relative paths to the component paths. |
ComponentsIsolatedBuildTest::testComponentComposerJson |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php |
Test whether components' composer.json can be installed in isolation. |
ComponentsTaggedReleaseTest |
class |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php |
Demonstrate that the Component generator responds to release tagging. |
ComponentsTaggedReleaseTest.php |
file |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php |
|
ComponentsTaggedReleaseTest::providerVersionConstraint |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php |
Highly arbitrary version and constraint expectations. |
ComponentsTaggedReleaseTest::testReleaseTagging |
function |
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php |
Validate release tagging and regeneration of dependencies. |
ComponentValidatorTest |
class |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Unit tests for the component validation. |
ComponentValidatorTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
|
ComponentValidatorTest::dataProviderValidateDefinitionInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Data provider with invalid component definitions. |
ComponentValidatorTest::dataProviderValidateDefinitionValid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Data provider with valid component definitions. |
ComponentValidatorTest::dataProviderValidatePropsInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Data provider with invalid component props. |
ComponentValidatorTest::dataProviderValidatePropsValid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Data provider with valid component props. |
ComponentValidatorTest::loadComponentDefinitionFromFs |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Loads a component definition from the component name. |
ComponentValidatorTest::testValidateDefinitionInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Tests invalid component definitions. |
ComponentValidatorTest::testValidateDefinitionValid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Tests that valid component definitions don't cause errors. |
ComponentValidatorTest::testValidatePropsInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Tests that invalid props are handled properly. |
ComponentValidatorTest::testValidatePropsValid |
function |
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php |
Tests that valid props are handled properly. |
ComposerBuildTestBase |
class |
core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php |
Base class for Composer build tests. |
ComposerBuildTestBase.php |
file |
core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php |
|
ComposerBuildTestBase::$componentsPath |
property |
core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php |
Relative path from Drupal root to the Components directory. |
ComposerBuildTestBase::assertDrupalVersion |
function |
core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php |
Assert that the VERSION constant in Drupal.php is the expected value. |
ComposerBuildTestBase::getComponentPathsFinder |
function |
core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php |
Find all the composer.json files for components. |
ComposerHookTest |
class |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
Tests Composer Hooks that run scaffold operations. |
ComposerHookTest.php |
file |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
|
ComposerHookTest::$fileSystem |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
The Symfony FileSystem component. |
ComposerHookTest::$fixtures |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
The Fixtures object. |
ComposerHookTest::$fixturesDir |
property |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
Directory to perform the tests in. |
ComposerHookTest::setUp |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
|
ComposerHookTest::tearDown |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
|
ComposerHookTest::testComposerHooks |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
Tests to see if scaffold operation runs at the correct times. |
ComposerHookTest::testScaffoldEvents |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
Tests to see if scaffold events are dispatched and picked up by the plugin. |
ComposerHookTest::testScaffoldMessagesDoNotPrintTwice |
function |
core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ComposerHookTest.php |
Tests to see if scaffold messages are omitted when running scaffold twice. |
ComposerIntegrationTest |
class |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Tests Composer integration. |
ComposerIntegrationTest.php |
file |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
|
ComposerIntegrationTest::getContentHash |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Returns the md5 hash of the sorted content of the composer file. |
ComposerIntegrationTest::providerTestComposerJson |
function |
core/tests/Drupal/Tests/ComposerIntegrationTest.php |
Data provider for all the composer.json provided by Drupal core. |