Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
SqlDeprecationTest.php file core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlDeprecationTest.php
SqlDeprecationTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlDeprecationTest.php Modules to enable.
SqlDeprecationTest::testOptionalParametersDeprecation function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlDeprecationTest.php @covers ::__construct[[api-linebreak]]
SqlEntityLoadingTest class core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Tests the loading of entities and entity revisions.
SqlEntityLoadingTest.php file core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::$modules property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Modules to enable.
SqlEntityLoadingTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php Views to be enabled.
SqlEntityLoadingTest::setUp function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision function core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
SqlIdMapTest class core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Defines a test SQL ID map for use in tests.
SqlIdMapTest::getFieldSchema function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Gets the field schema.
SqliteDateSqlTest class core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Tests the MySQL-specific date query handler.
SqliteDateSqlTest.php file core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php
SqliteDateSqlTest::$database property core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php The mocked database service.
SqliteDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Provider for date formatting test.
SqliteDateSqlTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php
SqliteDateSqlTest::testGetDateField function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Tests the getDateField method.
SqliteDateSqlTest::testGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Tests date formatting replacement.
SqliteDateSqlTest::testSetFieldTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Tests timezone offset formatting.
SqliteDateSqlTest::testSetTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Tests setting the database offset.
SqliteDriverLegacyTest class core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php Tests the deprecations of the SQLite database driver classes in Core.
SqliteDriverLegacyTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php
SqliteDriverLegacyTest::testDeprecationConnection function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Connection[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationInsert function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Insert[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationInstallTasks function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Install\Tasks[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationSchema function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Schema[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationSelect function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Select[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationStatement function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Statement[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationTruncate function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Truncate[[api-linebreak]]
SqliteDriverLegacyTest::testDeprecationUpsert function core/modules/sqlite/tests/src/Kernel/sqlite/SqliteDriverLegacyTest.php @covers Drupal\Core\Database\Driver\sqlite\Upsert[[api-linebreak]]
SqlModeTest class core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php Tests compatibility of the MySQL driver with various sql_mode options.
SqlModeTest.php file core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php
SqlModeTest::getDatabaseConnectionInfo function core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php Returns the Database connection info to be used for this test.
SqlModeTest::testQuotingIdentifiers function core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php Tests quoting identifiers in queries.
SqlQueryTest class core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Tests the sql query plugin.
SqlQueryTest.php file core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php
SqlQueryTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Views used by this test.
SqlQueryTest::testExecuteMetadata function core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Tests adding some metadata/tags to the views query.
SqlQueryTest::testGetConnection function core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Tests the method \Drupal\views\Plugin\views\query\Sql::getConnection().
SqlQueryTest::viewsData function core/modules/views/tests/src/Kernel/Plugin/SqlQueryTest.php Returns the views data definition.
SqlTest class core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php @coversDefaultClass \Drupal\views\Plugin\views\query\Sql[[api-linebreak]]
SqlTest class core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Tests that the migrate map table is created.
SqlTest.php file core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php
SqlTest.php file core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php
SqlTest::$database property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Database connection.
SqlTest::$eventDispatcher property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Prophesized event dispatcher.
SqlTest::$migrationDefinition property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Definition of a test migration.
SqlTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php The migration plugin manager.
SqlTest::providerTestEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Provides data for testEnsureTables.
SqlTest::providerTestFailEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Provides data for testFailEnsureTables.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.