Search for driver
- Search 7.x for driver
- Search 8.9.x for driver
- Search 10.3.x for driver
- Search 11.x for driver
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Tasks::hasPdoDriver | function | core/ |
Ensure the PDO driver is supported by the version of PHP in use. |
UpdateEnableProviderDatabaseDriverTest | class | core/ |
Tests that update hooks are enabling the database driver providing module. |
UpdateEnableProviderDatabaseDriverTest.php | file | core/ |
|
UpdateEnableProviderDatabaseDriverTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
UpdateEnableProviderDatabaseDriverTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
UpdateEnableProviderDatabaseDriverTest::testPostUpdateEnableProviderDatabaseDriverHook | function | core/ |
Tests that post update hooks are properly run. |
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/ |
Mink class for the default driver to use. |
WebDriverTestBase::assertJsCondition | function | core/ |
Waits for the given time or until the given JS condition becomes TRUE. |
WebDriverTestBase::assertSession | function | core/ |
Returns WebAssert object. |
WebDriverTestBase::createScreenshot | function | core/ |
Creates a screenshot. |
WebDriverTestBase::getDrupalSettings | function | core/ |
Gets the current Drupal javascript settings and parses into an array. |
WebDriverTestBase::getHtmlOutputHeaders | function | core/ |
Returns headers in HTML output format. |
WebDriverTestBase::getMinkDriverArgs | function | core/ |
Gets the Mink driver args from an environment variable. |
WebDriverTestBase::initFrontPage | function | core/ |
Visits the front page when initializing Mink. |
WebDriverTestBase::initMink | function | core/ |
Initializes Mink sessions. |
WebDriverTestBase::installModulesFromClassProperty | function | core/ |
Install modules defined by `static::$modules`. |
WebDriverTestBase::tearDown | function | core/ |
|
WebDriverWebAssert | class | core/ |
Defines a JSWebAssert with no support for status code and header assertions. |
WebDriverWebAssert.php | file | core/ |
|
WebDriverWebAssert::responseHeaderContains | function | core/ |
The use of responseHeaderContains() is not available. |
WebDriverWebAssert::responseHeaderEquals | function | core/ |
The use of responseHeaderEquals() is not available. |
WebDriverWebAssert::responseHeaderMatches | function | core/ |
The use of responseHeaderMatches() is not available. |
WebDriverWebAssert::responseHeaderNotContains | function | core/ |
The use of responseHeaderNotContains() is not available. |
WebDriverWebAssert::responseHeaderNotEquals | function | core/ |
The use of responseHeaderNotEquals() is not available. |
WebDriverWebAssert::responseHeaderNotMatches | function | core/ |
The use of responseHeaderNotMatches() is not available. |
WebDriverWebAssert::statusCodeEquals | function | core/ |
The use of statusCodeEquals() is not available. |
WebDriverWebAssert::statusCodeNotEquals | function | core/ |
The use of statusCodeNotEquals() is not available. |
Pagination
- Previous page
- Page 4
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.