| TaxonomyVocabularyArgumentTest::testTermWithVocabularyArgument |
function |
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyVocabularyArgumentTest.php |
Tests the vocabulary argument handler. |
| taxonomy_overview_override_test.info.yml |
file |
core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/taxonomy_overview_override_test.info.yml |
core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/taxonomy_overview_override_test.info.yml |
| taxonomy_term_display_configurable_test.info.yml |
file |
core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.info.yml |
core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.info.yml |
| taxonomy_term_stub_test.info.yml |
file |
core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml |
core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/taxonomy_term_stub_test.info.yml |
| taxonomy_term_stub_test.yml |
file |
core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml |
core/modules/taxonomy/tests/modules/taxonomy_term_stub_test/migrations/taxonomy_term_stub_test.yml |
| taxonomy_test.info.yml |
file |
core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml |
core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.info.yml |
| taxonomy_test_views.info.yml |
file |
core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml |
core/modules/taxonomy/tests/modules/taxonomy_test_views/taxonomy_test_views.info.yml |
| TelephoneFieldTest |
class |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
Tests the creation of telephone fields. |
| TelephoneFieldTest.php |
file |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
|
| TelephoneFieldTest::$defaultTheme |
property |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
The theme to install as the default for testing. |
| TelephoneFieldTest::$modules |
property |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
Modules to install. |
| TelephoneFieldTest::$webUser |
property |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
A user with permission to create articles. |
| TelephoneFieldTest::setUp |
function |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
|
| TelephoneFieldTest::testTelephoneFormatter |
function |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
Tests the telephone formatter. |
| TelephoneFieldTest::testTelephoneWidget |
function |
core/modules/telephone/tests/src/Functional/TelephoneFieldTest.php |
Tests to confirm the widget is setup. |
| TelephoneItemTest |
class |
core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php |
Tests the new entity API for the telephone field type. |
| TelephoneItemTest.php |
file |
core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php |
|
| TelephoneItemTest::$modules |
property |
core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php |
Modules to install. |
| TelephoneItemTest::setUp |
function |
core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php |
Set the default field storage backend for fields created during tests. |
| TelephoneItemTest::testTestItem |
function |
core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php |
Tests using entity fields of the telephone field type. |
| TemplateProjectTestBase |
class |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Base class for tests which create a test site from a core project template. |
| TemplateProjectTestBase.php |
file |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
|
| TemplateProjectTestBase::$metadataServer |
property |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
A secondary server instance, to serve XML metadata about available updates. |
| TemplateProjectTestBase::$serverErrorLog |
property |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
All output that the PHP web server logs to the error buffer. |
| TemplateProjectTestBase::$webRoot |
property |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
The web root of the test site, relative to the workspace directory. |
| TemplateProjectTestBase::addRepository |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Adds a path repository to the test site. |
| TemplateProjectTestBase::assertAppliedChangesWereLogged |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Asserts that changes applied during the stage life cycle were logged. |
| TemplateProjectTestBase::assertExpectedStageEventsFired |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Asserts stage events were fired in a specific order. |
| TemplateProjectTestBase::assertRequestedChangesWereLogged |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Asserts changes requested during the stage life cycle were logged. |
| TemplateProjectTestBase::copyCodebase |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Copy the current working codebase into a workspace. |
| TemplateProjectTestBase::copyFixtureToTempDirectory |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Copies a fixture directory to a temporary directory and returns its path. |
| TemplateProjectTestBase::createTestProject |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Creates a test project from a given template and installs Drupal. |
| TemplateProjectTestBase::createVendorRepository |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Creates a Composer repository for all dependencies of the test project. |
| TemplateProjectTestBase::formLogin |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Helper that uses Drupal's user/login form to log in. |
| TemplateProjectTestBase::getWebRoot |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Returns the full path to the test site's document root. |
| TemplateProjectTestBase::installModules |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Installs modules in the UI. |
| TemplateProjectTestBase::installQuickStart |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Install a Drupal site using the quick start feature. |
| TemplateProjectTestBase::instantiateServer |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Do the work of making a server process. |
| TemplateProjectTestBase::makePackageManagerTestApiRequest |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Gets a /package-manager-test-api response. |
| TemplateProjectTestBase::MAX_EXECUTION_TIME |
constant |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
The PHP web server's max_execution_time value. |
| TemplateProjectTestBase::PROJECT_ROOT_RELATIVE |
constant |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
The project root of the test site, relative to the workspace directory. |
| TemplateProjectTestBase::providerTemplate |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Data provider for tests which use all the core project templates. |
| TemplateProjectTestBase::runComposer |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Runs a Composer command and returns its output. |
| TemplateProjectTestBase::setReleaseMetadata |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Prepares the test site to serve an XML feed of available release metadata. |
| TemplateProjectTestBase::setUp |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
|
| TemplateProjectTestBase::setUpstreamCoreVersion |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Sets the version of Drupal core to which the test site will be updated. |
| TemplateProjectTestBase::tearDown |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Invokes the test preconditions assertion after each test run. |
| TemplateProjectTestBase::unboundCoreConstraints |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Changes constraints for core packages to `*`. |
| TemplateProjectTestBase::visit |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Visit a URI on the HTTP server. |
| TemplateProjectTestBase::visitPackageManagerChangeLog |
function |
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php |
Visits the 'admin/reports/dblog' and selects Package Manager's change log. |