Search for test
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 |
|---|---|---|---|
| InsertTest::testInsertFieldOnlyDefinition | function | core/ |
Tests that we can specify fields without values and specify values later. |
| InsertTest::testInsertIntegrityViolation | function | core/ |
Tests insertion integrity violation with no default value for a column. |
| InsertTest::testInsertLastInsertID | function | core/ |
Tests that inserts return the proper auto-increment ID. |
| InsertTest::testInsertSelectAll | function | core/ |
Tests that the INSERT INTO ... SELECT * ... syntax works. |
| InsertTest::testInsertSelectFields | function | core/ |
Tests that the INSERT INTO ... SELECT (fields) ... syntax works. |
| InsertTest::testMultiInsert | function | core/ |
Tests that we can insert multiple records in one query object. |
| InsertTest::testRepeatedInsert | function | core/ |
Tests that an insert object can be reused with new data after it executes. |
| InsertTest::testSimpleInsert | function | core/ |
Tests very basic insert functionality. |
| InsertTest::testSpecialColumnInsert | function | core/ |
Tests that we can INSERT INTO a special named column. |
| InspectionTest | class | core/ |
Tests that plugins implementing PluginInspectionInterface can be inspected. |
| InspectionTest.php | file | core/ |
|
| InspectionTest::$modules | property | core/ |
Modules to install. |
| InspectionTest::testInspection | function | core/ |
Ensure the test plugins correctly implement getPluginId() and getPluginDefinition(). |
| InspectorTest | class | core/ |
@coversDefaultClass \Drupal\Component\Assertion\Inspector[[api-linebreak]] @group Assertion |
| InspectorTest.php | file | core/ |
|
| InspectorTest::callMe | function | core/ |
Defines a test method referenced by ::testAllCallable(). |
| InspectorTest::callMeStatic | function | core/ |
Defines a test method referenced by ::testAllCallable(). |
| InspectorTest::providerTestAssertAllStrings | function | core/ |
|
| InspectorTest::testAllCallable | function | core/ |
Tests asserting all members are callable. |
| InspectorTest::testAllNotEmpty | function | core/ |
Tests asserting all members are !empty(). |
| InspectorTest::testAssertAllArrays | function | core/ |
Tests asserting all members are arrays. |
| InspectorTest::testAssertAllFloat | function | core/ |
Tests asserting all members are floating point variables. |
| InspectorTest::testAssertAllHaveKey | function | core/ |
Tests asserting all members have specified keys. |
| InspectorTest::testAssertAllIntegers | function | core/ |
Tests asserting all members are integers. |
| InspectorTest::testAssertAllMatch | function | core/ |
Tests asserting strstr() or stristr() match. |
| InspectorTest::testAssertAllNumeric | function | core/ |
Tests asserting all arguments are numbers or strings castable to numbers. |
| InspectorTest::testAssertAllObjects | function | core/ |
Tests asserting all members are objects. |
| InspectorTest::testAssertAllRegularExpressionMatch | function | core/ |
Tests asserting regular expression match. |
| InspectorTest::testAssertAllStrictArrays | function | core/ |
Tests asserting all members are strict arrays. |
| InspectorTest::testAssertAllStringable | function | core/ |
Tests asserting all members are strings or objects with __toString(). |
| InspectorTest::testAssertAllStrings | function | core/ |
Tests asserting all members are strings. |
| InspectorTest::testAssertStrictArray | function | core/ |
Tests asserting array is 0-indexed - the strict definition of array. |
| InspectorTest::testAssertTraversable | function | core/ |
Tests asserting argument is an array or traversable object. |
| InstallConfiguratorTest | class | core/ |
@covers \Drupal\Core\Recipe\InstallConfigurator[[api-linebreak]] @group Recipe |
| InstallConfiguratorTest.php | file | core/ |
|
| InstallConfiguratorTest::testDependenciesAreAutomaticallyIncluded | function | core/ |
|
| InstallerBrokenDatabaseCredentialsTest | class | core/ |
Tests the installer with incorrect connection info in settings.php. |
| InstallerBrokenDatabaseCredentialsTest.php | file | core/ |
|
| InstallerBrokenDatabaseCredentialsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| InstallerBrokenDatabaseCredentialsTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| InstallerBrokenDatabaseCredentialsTest::setUpSettings | function | core/ |
Installer step: Configure settings. |
| InstallerBrokenDatabaseCredentialsTest::setUpSite | function | core/ |
Final installer step: Configure site. |
| InstallerBrokenDatabaseCredentialsTest::testRequirementsProblem | function | core/ |
Tests the expected requirements problem. |
| InstallerBrokenDatabasePortSettingsTest | class | core/ |
Tests the installer with incorrect connection info in settings.php. |
| InstallerBrokenDatabasePortSettingsTest.php | file | core/ |
|
| InstallerBrokenDatabasePortSettingsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| InstallerBrokenDatabasePortSettingsTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| InstallerBrokenDatabasePortSettingsTest::setUpSettings | function | core/ |
Installer step: Configure settings. |
| InstallerBrokenDatabasePortSettingsTest::setUpSite | function | core/ |
Final installer step: Configure site. |
| InstallerBrokenDatabasePortSettingsTest::testRequirementsProblem | function | core/ |
Tests the expected requirements problem. |
Pagination
- Previous page
- Page 371
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.