Search for test
- Search 7.x for test
- Search 9.5.x for test
- Search 10.3.x for test
- Search 11.x for test
- Search main for test
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Test | class | core/ |
Provides test media source. |
| Test | class | core/ |
Defines a test controller for page titles. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| TestFileCreationTrait::getTestFiles | function | core/ |
Gets a list of files that can be used in tests. |
| TestFileParser | class | core/ |
Parses class names from PHP files without loading them. |
| TestFileParser.php | file | core/ |
|
| TestFileParser::getTestListFromFile | function | core/ |
Gets the classes from a PHP file. |
| TestFileParser::parseContents | function | core/ |
Parse class names out of PHP file contents. |
| TestFileParserTest | class | core/ |
@coversDefaultClass \Drupal\Core\Test\RunTests\TestFileParser[[api-linebreak]] @group Test @group RunTests |
| TestFileParserTest.php | file | core/ |
|
| TestFileParserTest::provideTestFileContents | function | core/ |
|
| TestFileParserTest::testGetTestListFromFile | function | core/ |
@covers ::getTestListFromFile[[api-linebreak]] |
| TestFileParserTest::testParseContents | function | core/ |
@covers ::parseContents[[api-linebreak]] @dataProvider provideTestFileContents |
| TestFileTransfer | class | core/ |
Mock FileTransfer object for test case. |
| TestFileTransfer.php | file | core/ |
|
| TestFileTransfer::$host | property | core/ |
|
| TestFileTransfer::$password | property | core/ |
The password for this file transfer. |
| TestFileTransfer::$port | property | core/ |
The port for this file transfer. |
| TestFileTransfer::$shouldIsDirectoryReturnTrue | property | core/ |
This is for testing the CopyRecursive logic. |
| TestFileTransfer::$username | property | core/ |
The username for this file transfer. |
| TestFileTransfer::chmodJailed | function | core/ |
|
| TestFileTransfer::connect | function | core/ |
Connects to the server. |
| TestFileTransfer::copyFileJailed | function | core/ |
Copies a file. |
| TestFileTransfer::createDirectoryJailed | function | core/ |
Creates a directory. |
| TestFileTransfer::factory | function | core/ |
Defines a factory method for this class. |
| TestFileTransfer::isDirectory | function | core/ |
Checks if a particular path is a directory. |
| TestFileTransfer::isFile | function | core/ |
Checks if a particular path is a file (not a directory). |
| TestFileTransfer::removeDirectoryJailed | function | core/ |
Removes a directory. |
| TestFileTransfer::removeFileJailed | function | core/ |
Removes a file. |
| TestFileTransfer::__construct | function | core/ |
Constructs a Drupal\Core\FileTransfer\FileTransfer object. |
| TestFileTransferWithSettingsForm | class | core/ |
Provides an object to test the settings form functionality. |
| TestFileTransferWithSettingsForm.php | file | core/ |
|
| TestFileTransferWithSettingsForm::factory | function | core/ |
Returns a Drupal\update_test\TestFileTransferWithSettingsForm object. |
| TestFileTransferWithSettingsForm::getSettingsForm | function | core/ |
Returns a settings form with a text field to input a username. |
| TestFileUsage | class | core/ |
|
| TestFileUsage | class | core/ |
Provides a pass through to the abstract FileUsageBase() constructor. |
| TestFileUsage.php | file | core/ |
|
| TestFileUsage::add | function | core/ |
Records that a module is using a file. |
| TestFileUsage::add | function | core/ |
Records that a module is using a file. |
| TestFileUsage::delete | function | core/ |
Removes a record to indicate that a module is no longer using a file. |
| TestFileUsage::delete | function | core/ |
Removes a record to indicate that a module is no longer using a file. |
| TestFileUsage::listUsage | function | core/ |
Determines where a file is used. |
| TestFileUsage::listUsage | function | core/ |
Determines where a file is used. |
| TestFilteredPluginManager | class | core/ |
Class that allows testing the trait. |
| TestFilteredPluginManager::$contextHandler | property | core/ |
|
| TestFilteredPluginManager::$definitions | property | core/ |
|
| TestFilteredPluginManager::$moduleHandler | property | core/ |
|
| TestFilteredPluginManager::$themeManager | property | core/ |
|
| TestFilteredPluginManager::contextHandler | function | core/ |
Wraps the context handler. |
| TestFilteredPluginManager::getDefinitions | function | core/ |
See \Drupal\Component\Plugin\Discovery\DiscoveryInterface::getDefinitions(). |
| TestFilteredPluginManager::getType | function | core/ |
A string identifying the plugin type. |
| TestFilteredPluginManager::moduleHandler | function | core/ |
Wraps the module handler. |
| TestFilteredPluginManager::themeManager | function | core/ |
Wraps the theme manager. |
Pagination
- Previous page
- Page 666
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.