Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search main for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
ScaffoldTest::testScaffoldWithExpectedException function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldTest.php Tests that scaffold files throw when they have bad values.
ScaffoldTestResult class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php Holds result of a scaffold test.
ScaffoldTestResult.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php
ScaffoldTestResult::$docroot property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php The location of the scaffold fixture.
ScaffoldTestResult::$scaffoldOutput property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php The stdout from the test.
ScaffoldTestResult::docroot function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php Returns the location of the docroot from the scaffold test.
ScaffoldTestResult::scaffoldOutput function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php Returns the standard output from the scaffold test.
ScaffoldTestResult::__construct function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/ScaffoldTestResult.php Holds the location of the scaffold fixture and the stdout from the test.
ScaffoldUpgradeTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php Tests Upgrading the Composer Scaffold plugin.
ScaffoldUpgradeTest.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php
ScaffoldUpgradeTest::$fixtures property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php The Fixtures object.
ScaffoldUpgradeTest::$fixturesDir property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php The Fixtures directory.
ScaffoldUpgradeTest::createTmpRepo function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php Copy the provided source directory and create a temporary git repository.
ScaffoldUpgradeTest::setUp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php
ScaffoldUpgradeTest::testScaffoldUpgrade function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ScaffoldUpgradeTest.php Tests upgrading the Composer Scaffold plugin.
ScanDirectoryTest class core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Tests \Drupal\Core\File\FileSystem::scanDirectory.
ScanDirectoryTest.php file core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
ScanDirectoryTest::$fileSystem property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php The file system.
ScanDirectoryTest::$modules property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php Modules to install.
ScanDirectoryTest::$path property core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php The location of the fixtures files.
ScanDirectoryTest::setUp function core/tests/Drupal/KernelTests/Core/File/ScanDirectoryTest.php
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 Modules to install.
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 The theme to install as the default for testing.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.