| ScanDirectoryTest::testIgnoreDirectories |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Tests ::scanDirectory obeys 'file_scan_ignore_directories' setting. |
| ScanDirectoryTest::testOptionCallback |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Check that the callback function is called correctly. |
| ScanDirectoryTest::testOptionKey |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Check that key parameter sets the return value's key. |
| ScanDirectoryTest::testOptionMinDepth |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Tests the min_depth option of scanDirectory(). |
| ScanDirectoryTest::testOptionNoMask |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Check that the no-mask parameter is honored. |
| ScanDirectoryTest::testOptionRecurse |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Check that the recurse option descends into subdirectories. |
| ScanDirectoryTest::testReturn |
function |
core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php |
Check the format of the returned values. |
| SchemaCheckTestTrait |
trait |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
Provides a class for checking configuration schema. |
| SchemaCheckTestTrait.php |
file |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
|
| SchemaCheckTestTrait::assertConfigSchema |
function |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
Asserts the TypedConfigManager has a valid schema for the configuration. |
| SchemaCheckTestTrait::assertConfigSchemaByName |
function |
core/tests/Drupal/Tests/SchemaCheckTestTrait.php |
Asserts configuration, specified by name, has a valid schema. |
| SchemaCheckTraitTest |
class |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
Tests the functionality of SchemaCheckTrait. |
| SchemaCheckTraitTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
|
| SchemaCheckTraitTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
|
| SchemaCheckTraitTest::$typedConfig |
property |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
The typed config manager. |
| SchemaCheckTraitTest::providerCheckConfigSchema |
function |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
Returns test data for validating configuration schema. |
| SchemaCheckTraitTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
|
| SchemaCheckTraitTest::testCheckConfigSchema |
function |
core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php |
Tests \Drupal\Core\Config\Schema\SchemaCheckTrait. |
| SchemaCompatibilityCheckerTest |
class |
core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php |
Tests Drupal\Core\Theme\Component\SchemaCompatibilityChecker. |
| SchemaCompatibilityCheckerTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php |
|
| SchemaCompatibilityCheckerTest::$checker |
property |
core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php |
The system under test. |
| SchemaCompatibilityCheckerTest::dataProviderIsCompatible |
function |
core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php |
Data provider for the test testIsCompatible. |
| SchemaCompatibilityCheckerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php |
|
| SchemaCompatibilityCheckerTest::testIsCompatible |
function |
core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php |
Tests is compatible. |
| SchemaConfigListenerTest |
class |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
Tests the functionality of ConfigSchemaChecker in KernelTestBase tests. |
| SchemaConfigListenerTest |
class |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
Tests the functionality of ConfigSchemaChecker in BrowserTestBase tests. |
| SchemaConfigListenerTest.php |
file |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTest.php |
file |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Config/SchemaConfigListenerTest.php |
|
| SchemaConfigListenerTestTrait |
trait |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
Adds a test for the configuration schema checker use in tests. |
| SchemaConfigListenerTestTrait.php |
file |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
|
| SchemaConfigListenerTestTrait::testConfigSchemaChecker |
function |
core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php |
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker. |
| SchemaConfigListenerWebTest |
class |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
Tests the functionality of ConfigSchemaChecker in BrowserTestBase tests. |
| SchemaConfigListenerWebTest.php |
file |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
|
| SchemaConfigListenerWebTest::$defaultTheme |
property |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
|
| SchemaConfigListenerWebTest::$modules |
property |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
|
| SchemaConfigListenerWebTest::testConfigSchemaChecker |
function |
core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php |
Tests \Drupal\Core\Config\Development\ConfigSchemaChecker. |
| SchemaIntrospectionTestTrait |
trait |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Provides methods for testing database schema characteristics. |
| SchemaIntrospectionTestTrait.php |
file |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
|
| SchemaIntrospectionTestTrait::assertIndexOnColumns |
function |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Checks that an index covering exactly the given column names exists. |
| SchemaIntrospectionTestTrait::assertNoIndexOnColumns |
function |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Checks that an index covering exactly the given column names doesn't exist. |
| SchemaIntrospectionTestTrait::getIndexColumnNames |
function |
core/tests/Drupal/Tests/Core/Database/SchemaIntrospectionTestTrait.php |
Returns the column names used by the indexes of a table. |
| SchemaListenerController::test |
function |
core/modules/config/tests/config_test/src/SchemaListenerController.php |
Tests the BrowserTestBase tests can use strict schema checking. |
| SchemaTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/SchemaTest.php |
Tests schema API for the MySQL driver. |
| SchemaTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/SchemaTest.php |
Tests schema API for the SQLite driver. |
| SchemaTest |
class |
core/modules/mysqli/tests/src/Kernel/mysqli/SchemaTest.php |
Tests schema API for the MySQL driver. |
| SchemaTest |
class |
core/modules/pgsql/tests/src/Unit/SchemaTest.php |
Tests Drupal\pgsql\Driver\Database\pgsql\Schema. |