| TrackerRecentContentLinkTest::$modules |
property |
core/modules/tracker/tests/src/Functional/TrackerRecentContentLinkTest.php |
Modules to enable. |
| TrackerRecentContentLinkTest::testRecentContentLink |
function |
core/modules/tracker/tests/src/Functional/TrackerRecentContentLinkTest.php |
Tests the recent content link in menu block. |
| TrackerTest |
class |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Create and delete nodes and check for their display in the tracker listings. |
| TrackerTest.php |
file |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
|
| TrackerTest::$defaultTheme |
property |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
The theme to install as the default for testing. |
| TrackerTest::$modules |
property |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Modules to enable. |
| TrackerTest::$otherUser |
property |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
A second user that will 'create' comments and nodes. |
| TrackerTest::$user |
property |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
The main user for testing. |
| TrackerTest::assertHistoryMetadata |
function |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Passes if the appropriate history metadata exists. |
| TrackerTest::setUp |
function |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
|
| TrackerTest::testTrackerAdminUnpublish |
function |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Tests that publish/unpublish works at admin/content/node. |
| TrackerTest::testTrackerAll |
function |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Tests for the presence of nodes on the global tracker listing. |
| TrackerTest::testTrackerCronIndexing |
function |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Tests that existing nodes are indexed by cron. |
| TrackerTest::testTrackerHistoryMetadata |
function |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Tests the metadata for the "new"/"updated" indicators. |
| TrackerTest::testTrackerOrderingNewComments |
function |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Tests for ordering on a users tracker listing when comments are posted. |
| TrackerTest::testTrackerUser |
function |
core/modules/tracker/tests/src/Functional/TrackerTest.php |
Tests for the presence of nodes on a user's tracker listing. |
| TrackerUserTest |
class |
core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php |
Tests D7 tracker user source plugin. |
| TrackerUserTest.php |
file |
core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php |
|
| TrackerUserTest::$modules |
property |
core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php |
Modules to enable. |
| TrackerUserTest::providerSource |
function |
core/modules/tracker/tests/src/Kernel/Plugin/migrate/source/d7/TrackerUserTest.php |
The data provider. |
| TrackerUserUidTest |
class |
core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php |
Tests the tracker user uid handlers. |
| TrackerUserUidTest.php |
file |
core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php |
|
| TrackerUserUidTest::$modules |
property |
core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php |
Modules to enable. |
| TrackerUserUidTest::$testViews |
property |
core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php |
Views used by this test. |
| TrackerUserUidTest::testUserUid |
function |
core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php |
Tests the user uid filter and argument. |
| tracker_test_views.info.yml |
file |
core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml |
core/modules/tracker/tests/modules/tracker_test_views/tracker_test_views.info.yml |
| track_changes_test.yml |
file |
core/modules/migrate/tests/modules/migrate_track_changes_test/migrations/track_changes_test.yml |
core/modules/migrate/tests/modules/migrate_track_changes_test/migrations/track_changes_test.yml |
| TraitAccessTest |
class |
core/modules/system/tests/src/Unit/TraitAccessTest.php |
Test whether traits are autoloaded during PHPUnit discovery time. |
| TraitAccessTest.php |
file |
core/modules/system/tests/src/Unit/TraitAccessTest.php |
|
| TraitAccessTest::testSimpleStuff |
function |
core/modules/system/tests/src/Unit/TraitAccessTest.php |
@coversNothing[[api-linebreak]] |
| TransactionTest |
class |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests the transaction abstraction system. |
| TransactionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
|
| TransactionTest::assertRowAbsent |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Asserts that a given row is absent from the test table. |
| TransactionTest::assertRowPresent |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Asserts that a given row is present in the test table. |
| TransactionTest::cleanUp |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Starts over for a new test. |
| TransactionTest::executeDDLStatement |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Executes a DDL statement. |
| TransactionTest::insertRow |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Inserts a single row into the testing table. |
| TransactionTest::testCommittedTransaction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests a committed transaction. |
| TransactionTest::testQueryFailureInTransaction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests that transactions can continue to be used if a query fails. |
| TransactionTest::testTransactionRollBackSupported |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests transaction rollback on a database that supports transactions. |
| TransactionTest::testTransactionStacking |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests transaction stacking, commit, and rollback. |
| TransactionTest::testTransactionWithDdlStatement |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests the compatibility of transactions with DDL statements. |
| TransactionTest::transactionInnerLayer |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Creates an "inner layer" transaction. |
| TransactionTest::transactionOuterLayer |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Encapsulates a transaction's "inner layer" with an "outer layer". |
| TransformedConfigExportImportUITest |
class |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
Tests the user interface for importing/exporting transformed configuration. |
| TransformedConfigExportImportUITest.php |
file |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
|
| TransformedConfigExportImportUITest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
The theme to install as the default for testing. |
| TransformedConfigExportImportUITest::$modules |
property |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
Modules to enable. |
| TransformedConfigExportImportUITest::setUp |
function |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
|
| TransformedConfigExportImportUITest::testTransformedExportImport |
function |
core/modules/config/tests/src/Functional/TransformedConfigExportImportUITest.php |
Tests a simple site export import case. |