| TopBarItemManagerTest::$manager |
property |
core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php |
The top bar item manager under test. |
| TopBarItemManagerTest::setUp |
function |
core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php |
|
| TopBarItemManagerTest::testDefinitions |
function |
core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php |
Tests definitions. |
| TopBarItemManagerTest::testGetDefinitionsByRegion |
function |
core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php |
Tests get definitions by region. |
| TrackChangesTest |
class |
core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php |
Source plugin for migration track changes tests. |
| TrackChangesTest |
class |
core/modules/migrate/tests/src/Kernel/TrackChangesTest.php |
Tests migration track changes property. |
| TrackChangesTest.php |
file |
core/modules/migrate/tests/src/Kernel/TrackChangesTest.php |
|
| TrackChangesTest.php |
file |
core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php |
|
| TrackChangesTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/TrackChangesTest.php |
Modules to install. |
| TrackChangesTest::assertTermDoesNotExist |
function |
core/modules/migrate/tests/src/Kernel/TrackChangesTest.php |
Assert that term with given title does not exist. |
| TrackChangesTest::assertTermExists |
function |
core/modules/migrate/tests/src/Kernel/TrackChangesTest.php |
Assert that term with given name exists. |
| TrackChangesTest::fields |
function |
core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php |
Returns available fields on the source. |
| TrackChangesTest::getIds |
function |
core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php |
Defines the source fields uniquely identifying a source row. |
| TrackChangesTest::query |
function |
core/modules/migrate/tests/modules/migrate_track_changes_test/src/Plugin/migrate/source/TrackChangesTest.php |
Prepares query object to retrieve data from the source database. |
| TrackChangesTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/TrackChangesTest.php |
|
| TrackChangesTest::termExists |
function |
core/modules/migrate/tests/src/Kernel/TrackChangesTest.php |
Checks if term with given name exists. |
| TrackChangesTest::testTrackChanges |
function |
core/modules/migrate/tests/src/Kernel/TrackChangesTest.php |
Tests track changes property of SqlBase. |
| 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 |
Tests \Drupal\Tests\system\Traits\TestTrait::getStuff(). |
| TransactionTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/TransactionTest.php |
Tests transaction for the MySQL driver. |
| TransactionTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/TransactionTest.php |
Tests transaction for the SQLite driver. |
| TransactionTest |
class |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests the transactions, using the explicit ::commitOrRelease method. |
| TransactionTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/TransactionTest.php |
Tests transaction for the PostgreSQL driver. |
| TransactionTest |
class |
core/modules/mysqli/tests/src/Kernel/mysqli/TransactionTest.php |
Tests transaction for the MySQLi driver. |
| TransactionTest.php |
file |
core/modules/mysqli/tests/src/Kernel/mysqli/TransactionTest.php |
|
| TransactionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
|
| TransactionTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/TransactionTest.php |
|
| TransactionTest.php |
file |
core/modules/sqlite/tests/src/Kernel/sqlite/TransactionTest.php |
|
| TransactionTest.php |
file |
core/modules/mysql/tests/src/Kernel/mysql/TransactionTest.php |
|
| TransactionTest::$postTransactionCallbackAction |
property |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Keeps track of the post-transaction callback action executed. |
| 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::createFirstSavepointTransaction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Create a Drupal savepoint transaction after root. |
| TransactionTest::createRootTransaction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Create a root Drupal transaction. |
| 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::rootTransactionCallback |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
A post-transaction callback for testing purposes. |
| TransactionTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
|
| TransactionTest::testArbitraryTransactionNames |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests for arbitrary transaction names. |
| TransactionTest::testCommitAfterDdl |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests commit does not fail when committing after DDL. |
| TransactionTest::testCommitAfterRollbackSameSavepoint |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests savepoint transaction commit after rollback. |
| TransactionTest::testCommittedTransaction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests a committed transaction. |
| TransactionTest::testCommitTransactionWhenInactive |
function |
core/modules/mysqli/tests/src/Kernel/mysqli/TransactionTest.php |
Tests committing a transaction when there's none active on the client. |
| TransactionTest::testCommitWithActiveSavepoint |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests committing a transaction while savepoints are active. |
| TransactionTest::testDeprecationOfCommitAll |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests deprecation of ::commitAll(). |
| TransactionTest::testDeprecationOfImplicitCommit |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests deprecation of implicit commit. |
| TransactionTest::testMockTransaction |
function |
core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php |
Tests that mocking transactions works fine. |