Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. 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
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 Tests entity loading with a non-default pending revision in Views.
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.
SqliteCastedIntFieldJoinTest class core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php Tests SQLite specific cast handling.
SqliteCastedIntFieldJoinTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php
SqliteCastedIntFieldJoinTest::$castingType property core/modules/sqlite/tests/src/Kernel/sqlite/Plugin/views/SqliteCastedIntFieldJoinTest.php The db type that should be used for casting fields as integers.
SqliteDatabaseExcluderTest class core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php Tests Sqlite Database Excluder.
SqliteDatabaseExcluderTest.php file core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php
SqliteDatabaseExcluderTest::$mockDatabase property core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php The mocked database connection.
SqliteDatabaseExcluderTest::providerSqliteDatabaseFilesExcluded function core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php Data provider for ::testSqliteDatabaseFilesExcluded().
SqliteDatabaseExcluderTest::register function core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php Registers test-specific services.
SqliteDatabaseExcluderTest::testSqliteDatabaseFilesExcluded function core/modules/package_manager/tests/src/Kernel/PathExcluder/SqliteDatabaseExcluderTest.php Tests that SQLite database files are excluded from stage operations.
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.
SqlModeTest class core/modules/mysql/tests/src/Kernel/mysql/SqlModeTest.php Tests compatibility of the MySQL driver with various sql_mode options.
SqlModeTest class core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php Tests compatibility of the MySQL driver with various sql_mode options.
SqlModeTest.php file core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php
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::getDatabaseConnectionInfo function core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php Returns the Database connection info to be used for this test.
SqlModeTest::testQuotingIdentifiers function core/modules/mysqli/tests/src/Kernel/mysqli/SqlModeTest.php Tests quoting identifiers in queries.
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 Tests Drupal\views\Plugin\views\query\Sql.
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 A mock 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.
SqlTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php
SqlTest::setupEntityTypeManager function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up the entity type manager in the container.
SqlTest::setupEntityTypes function core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php Sets up some test entity types and corresponding views data.

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