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. Search 11.x 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
DbCommandBaseTest::testSpecifyDatabaseKey function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Tests specifying a database key.
DbCommandBaseTest::testSpecifyDbUrl function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Tests supplying database connection as a URL.
DbCommandBaseTester class core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Concrete command implementation for testing base features.
DbCommandBaseTester::configure function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php
DbCommandBaseTester::execute function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php
DbCommandBaseTester::getDatabaseConnection function core/modules/system/tests/src/Kernel/Scripts/DbCommandBaseTest.php Parse input options decide on a database.
DbDumpCommandTest class core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Test that the DbDumpCommand works correctly.
DbDumpCommandTest.php file core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php
DbDumpCommandTest::$modules property core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Modules to install.
DbDumpCommandTest::setUp function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php
DbDumpCommandTest::testDbDumpCommand function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests the command directly.
DbDumpCommandTest::testInsertCount function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests insert count option.
DbDumpCommandTest::testSchemaOnly function core/modules/mysql/tests/src/Kernel/mysql/Console/DbDumpCommandTest.php Tests schema only option.
DbDumpTest class core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests for the database dump commands.
DbDumpTest.php file core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php
DbDumpTest::$data property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Test data to write into config.
DbDumpTest::$modules property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Modules to install.
DbDumpTest::$originalTableIndexes property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table indexes (including primary and unique keys).
DbDumpTest::$originalTableSchemas property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php An array of original table schemas.
DbDumpTest::$tables property core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tables that should be part of the exported script.
DbDumpTest::getTableIndexes function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Returns indexes for a given table.
DbDumpTest::getTableSchema function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Helper function to get a simplified schema for a given table.
DbDumpTest::register function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Register a database cache backend rather than memory-based.
DbDumpTest::setUp function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php
DbDumpTest::testDbDumpCommand function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests the command directly.
DbDumpTest::testScriptLoad function core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php Tests loading the script back into the database.
DbImportCommandTest class core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Test that the DbImportCommand works correctly.
DbImportCommandTest.php file core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php
DbImportCommandTest::$tables property core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Tables that should be part of the exported script.
DbImportCommandTest::testDbImportCommand function core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Tests the command directly.
DbLogControllerTest class core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Tests for the DbLogController class.
DbLogControllerTest.php file core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php
DbLogControllerTest::$modules property core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Modules to install.
DbLogControllerTest::setUp function core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php
DbLogControllerTest::testDbLogCorrupted function core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Tests corrupted log entries can still display available data.
DbLogControllerTest::testNonLatinCharacters function core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Tests links with non latin characters.
DbLogFormInjectionTest class core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Tests serializing a form with an injected dblog logger instance.
DbLogFormInjectionTest.php file core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php
DbLogFormInjectionTest::$logger property core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php A Dblog logger instance.
DbLogFormInjectionTest::$modules property core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Modules to install.
DbLogFormInjectionTest::buildForm function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Form constructor.
DbLogFormInjectionTest::getFormId function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Returns a unique string identifying the form.
DbLogFormInjectionTest::process function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Process callback.
DbLogFormInjectionTest::setUp function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php
DbLogFormInjectionTest::submitForm function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Form submission handler.
DbLogFormInjectionTest::testLoggerSerialization function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Tests db log injection serialization.
DbLogFormInjectionTest::validateForm function core/modules/dblog/tests/src/Kernel/DbLogFormInjectionTest.php Form validation handler.
DbLogResourceTest class core/modules/dblog/tests/src/Functional/DbLogResourceTest.php Tests the watchdog database log resource.
DbLogResourceTest.php file core/modules/dblog/tests/src/Functional/DbLogResourceTest.php
DbLogResourceTest::$auth property core/modules/dblog/tests/src/Functional/DbLogResourceTest.php The authentication mechanism to use in this test.

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