Search for driver
- Search 7.x for driver
- Search 9.5.x for driver
- Search 8.9.x for driver
- Search 10.3.x for driver
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DrupalSelenium2DriverTest | class | core/ |
Tests the DrupalSelenium2Driver methods. |
DrupalSelenium2DriverTest.php | file | core/ |
|
DrupalSelenium2DriverTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
DrupalSelenium2DriverTest::$modules | property | core/ |
Modules to install. |
DrupalSelenium2DriverTest::setUp | function | core/ |
|
DrupalSelenium2DriverTest::testGetRemoteFilePath | function | core/ |
Tests uploading remote files. |
InstallerNonDefaultDatabaseDriverTest | class | core/ |
Tests the interactive installer. |
InstallerNonDefaultDatabaseDriverTest.php | file | core/ |
|
InstallerNonDefaultDatabaseDriverTest::$defaultTheme | property | core/ |
|
InstallerNonDefaultDatabaseDriverTest::$testDriverName | property | core/ |
The name of the test database driver in use. |
InstallerNonDefaultDatabaseDriverTest::setUpSettings | function | core/ |
|
InstallerNonDefaultDatabaseDriverTest::testInstalled | function | core/ |
Confirms that the installation succeeded. |
KernelTestBaseDatabaseDriverModuleTest | class | core/ |
@coversDefaultClass \Drupal\KernelTests\KernelTestBase |
KernelTestBaseDatabaseDriverModuleTest.php | file | core/ |
|
KernelTestBaseDatabaseDriverModuleTest::getDatabaseConnectionInfo | function | core/ |
|
KernelTestBaseDatabaseDriverModuleTest::testDatabaseDriverModuleEnabled | function | core/ |
@covers ::bootEnvironment |
KernelTestBaseTest::testDatabaseDriverModuleEnabled | function | core/ |
@covers ::bootEnvironment |
MysqlDriverTest | class | core/ |
Tests the deprecations of the MySQL database driver classes in Core. |
MysqlDriverTest.php | file | core/ |
|
MysqlDriverTest::testConnection | function | core/ |
@covers \Drupal\mysql\Driver\Database\mysql\Connection |
PerformanceTestBase::getMinkDriverArgs | function | core/ |
|
PerformanceTestTrait::doGetMinkDriverArgs | function | core/ |
Helper for ::getMinkDriverArgs(). |
PerformanceTestTrait::processChromeDriverPerformanceLogs | function | core/ |
Gets the chromedriver performance log and extracts metrics from it. |
ServiceClassDriverTestMysql | class | core/ |
|
StubConnection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
StubConnection::driver | function | core/ |
|
Tasks::$pdoDriver | property | core/ |
|
Tasks::$pdoDriver | property | core/ |
The PDO driver name for MySQL and equivalent databases. |
Tasks::$pdoDriver | property | core/ |
|
Tasks::$pdoDriver | property | core/ |
The name of the PDO driver this database type requires. |
Tasks::hasPdoDriver | function | core/ |
Ensure the PDO driver is supported by the version of PHP in use. |
UrlConversionTest::testDriverModuleDoesNotExist | function | core/ |
@covers ::convertDbUrlToConnectionInfo |
UrlConversionTest::testModuleDriverDoesNotExist | function | core/ |
@covers ::convertDbUrlToConnectionInfo |
WebDriverCurlService | class | core/ |
Provides a curl service to interact with Selenium driver. |
WebDriverCurlService.php | file | core/ |
|
WebDriverCurlService::$retry | property | core/ |
Flag that indicates if retries are enabled. |
WebDriverCurlService::disableRetry | function | core/ |
Disables retries. |
WebDriverCurlService::enableRetry | function | core/ |
Enables retries. |
WebDriverCurlService::execute | function | core/ |
|
WebDriverTestBase | class | core/ |
Runs a browser test using a driver that supports JavaScript. |
WebDriverTestBase.php | file | core/ |
|
WebDriverTestBase::$disableCssAnimations | property | core/ |
Disables CSS animations in tests for more reliable testing. |
WebDriverTestBase::$failOnJavascriptConsoleErrors | property | core/ |
Determines if a test should fail on JavaScript console errors. |
WebDriverTestBase::$minkDefaultDriverClass | property | core/ |
|
WebDriverTestBase::assertJsCondition | function | core/ |
Waits for the given time or until the given JS condition becomes TRUE. |
WebDriverTestBase::assertSession | function | core/ |
|
WebDriverTestBase::createScreenshot | function | core/ |
Creates a screenshot. |
WebDriverTestBase::failOnJavaScriptErrors | function | core/ |
Triggers a test failure if a JavaScript error was encountered. |
WebDriverTestBase::getDrupalSettings | function | core/ |
Gets the current Drupal javascript settings and parses into an array. |
WebDriverTestBase::getHtmlOutputHeaders | function | core/ |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.