SingleVisibleProfileTest |
class |
core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php |
Tests distribution profile support. |
SingleVisibleProfileTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php |
|
SingleVisibleProfileTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php |
The theme to install as the default for testing. |
SingleVisibleProfileTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php |
The installation profile to install. |
SingleVisibleProfileTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php |
Prepares the current environment for running the test. |
SingleVisibleProfileTest::setUpProfile |
function |
core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php |
Installer step: Select installation profile. |
SingleVisibleProfileTest::testInstalled |
function |
core/tests/Drupal/FunctionalTests/Installer/SingleVisibleProfileTest.php |
Confirms that the installation succeeded. |
SitesDirectoryHardeningTest::settingsFile |
function |
core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php |
Returns the path to settings.php. |
SortTest::$filePath |
property |
core/tests/Drupal/Tests/PhpCs/SortTest.php |
The path of phpcs.xml.dist file. |
SortTest::testFileExists |
function |
core/tests/Drupal/Tests/PhpCs/SortTest.php |
Tests that the phpcs.xml.dist file exists. |
SpaceUsedTest::createFileWithSize |
function |
core/modules/file/tests/src/Kernel/SpaceUsedTest.php |
Creates a file with a given size. |
SpaceUsedTest::testFileSpaceUsed |
function |
core/modules/file/tests/src/Kernel/SpaceUsedTest.php |
Tests different users with the default status. |
SSH::copyFileJailed |
function |
core/lib/Drupal/Core/FileTransfer/SSH.php |
Copies a file. |
SSH::isFile |
function |
core/lib/Drupal/Core/FileTransfer/SSH.php |
Checks if a particular path is a file (not a directory). |
SSH::removeFileJailed |
function |
core/lib/Drupal/Core/FileTransfer/SSH.php |
Removes a file. |
StableUninstallUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/StableUninstallUpdateTest.php |
Set database dump files to be used. |
standard.profile |
file |
core/profiles/standard/standard.profile |
Enables modules and site configuration for a standard site installation. |
StandardInstallerTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/StandardInstallerTest.php |
The installation profile to install. |
StandardJavascriptTest::$profile |
property |
core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php |
The profile to install as a basis for testing. |
StandardProfileTest |
class |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests the RDF mappings and RDFa markup on top of the standard profile. |
StandardProfileTest.php |
file |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
|
StandardProfileTest::$adminUser |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The admin user. |
StandardProfileTest::$article |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The article to test. |
StandardProfileTest::$articleComment |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The comment on the article to test. |
StandardProfileTest::$articleCommentUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The URI of the comment on the article to test. |
StandardProfileTest::$articleUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The URI of the article to test. |
StandardProfileTest::$authorUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The URI of the author of the article to test. |
StandardProfileTest::$baseUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The base URI. |
StandardProfileTest::$commenterUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The URI of the author of the comment to test. |
StandardProfileTest::$defaultTheme |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The theme to install as the default for testing. |
StandardProfileTest::$image |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The image to test. |
StandardProfileTest::$imageUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The URI of the image to test. |
StandardProfileTest::$modules |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Modules to enable. |
StandardProfileTest::$page |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The page to test. |
StandardProfileTest::$pageUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The URI of the page to test. |
StandardProfileTest::$profile |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The profile used during tests. |
StandardProfileTest::$term |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The term to test. |
StandardProfileTest::$termUri |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The URI of the term to test. |
StandardProfileTest::$webUser |
property |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
The web user. |
StandardProfileTest::assertRdfaArticleProperties |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests output for article properties displayed in both view modes. |
StandardProfileTest::assertRdfaCommonNodeProperties |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests output for properties held in common between articles and pages. |
StandardProfileTest::assertRdfaNodeCommentProperties |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests output for comment properties on nodes in full page view mode. |
StandardProfileTest::doArticleRdfaTests |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests that article data is exposed using RDFa. |
StandardProfileTest::doFrontPageRdfaTests |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests that data is exposed in the front page teasers. |
StandardProfileTest::doPageRdfaTests |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests that page data is exposed using RDFa. |
StandardProfileTest::doTermRdfaTests |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests that term data is exposed on term page. |
StandardProfileTest::doUserRdfaTests |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests that user data is exposed on user page. |
StandardProfileTest::saveComment |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Creates a comment entity. |
StandardProfileTest::setUp |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
|
StandardProfileTest::testRdfaOutput |
function |
core/modules/rdf/tests/src/Functional/StandardProfileTest.php |
Tests that data is exposed correctly when using standard profile. |