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
FixtureManipulatorTest::$originalFixturePackages property core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php The original fixture package list at the start of the test.
FixtureManipulatorTest::setUp function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
FixtureManipulatorTest::tearDown function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php @todo Remove the line below when https://github.com/phpstan/phpstan-phpunit/issues/187 is fixed.
@phpstan-ignore-next-line
FixtureManipulatorTest::testActiveManipulatorNoCommitError function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Test that an exception is thrown if ::commitChanges() is not called.
FixtureManipulatorTest::testAddDotGitFolder function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add dot git folder.
FixtureManipulatorTest::testAddPackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests add package.
FixtureManipulatorTest::testModifyPackageConfig function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests modify package config.
FixtureManipulatorTest::testRemovePackage function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests remove package.
FixtureManipulatorTest::testStagedFixtureNotCommitted function core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php Tests that the stage manipulator throws an exception if not committed.
FlattenTest class core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests the flatten plugin.
FlattenTest.php file core/modules/migrate/tests/src/Unit/process/FlattenTest.php
FlattenTest::providerTestFlatten function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Provides data for the testFlatten.
FlattenTest::providerTestFlattenInvalid function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Provides data for the testFlattenInvalid.
FlattenTest::setUp function core/modules/migrate/tests/src/Unit/process/FlattenTest.php
FlattenTest::testFlatten function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests that various array flatten operations work properly.
FlattenTest::testFlattenInvalid function core/modules/migrate/tests/src/Unit/process/FlattenTest.php Tests that Flatten throws a MigrateException.
FloodTest class core/modules/system/tests/src/Kernel/System/FloodTest.php Functional tests for the flood control mechanism.
FloodTest.php file core/modules/system/tests/src/Kernel/System/FloodTest.php
FloodTest::$modules property core/modules/system/tests/src/Kernel/System/FloodTest.php Modules to install.
FloodTest::floodBackendProvider function core/modules/system/tests/src/Kernel/System/FloodTest.php Provides an array of backends for testClearByPrefix.
FloodTest::testCleanUp function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests flood control mechanism clean-up.
FloodTest::testClearByPrefix function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests clearByPrefix method on flood backends.
FloodTest::testDatabaseBackend function core/modules/system/tests/src/Kernel/System/FloodTest.php Tests flood control database backend.
FocusFirstCommandTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php Tests setting focus via AJAX command.
FocusFirstCommandTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php
FocusFirstCommandTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php The theme to install as the default for testing.
FocusFirstCommandTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php Modules to install.
FocusFirstCommandTest::testFocusFirst function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FocusFirstCommandTest.php Tests AjaxFocusFirstCommand on a page.
FolderTest class core/tests/Drupal/FunctionalTests/FolderTest.php Tests BrowserTestBase's treatment of hook_install() during setup.
FolderTest.php file core/tests/Drupal/FunctionalTests/FolderTest.php
FolderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/FolderTest.php The theme to install as the default for testing.
FolderTest::$modules property core/tests/Drupal/FunctionalTests/FolderTest.php Modules to install.
FolderTest::testFolderSetup function core/tests/Drupal/FunctionalTests/FolderTest.php
FollowUpMigrationsTest class core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php Tests follow-up migrations.
FollowUpMigrationsTest class core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Tests follow-up migrations.
FollowUpMigrationsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php
FollowUpMigrationsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php
FollowUpMigrationsTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php Modules to install.
FollowUpMigrationsTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Modules to install.
FollowUpMigrationsTest::getFileMigrationInfo function core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Returns information about the file to be migrated.
FollowUpMigrationsTest::providerTestEntityReferenceTranslations function core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Data provider for testEntityReferenceTranslations().
FollowUpMigrationsTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php
FollowUpMigrationsTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php
FollowUpMigrationsTest::testEntityReferenceTranslations function core/modules/migrate_drupal/tests/src/Kernel/d6/FollowUpMigrationsTest.php Tests entity reference translations.
FollowUpMigrationsTest::testEntityReferenceTranslations function core/modules/migrate_drupal/tests/src/Kernel/d7/FollowUpMigrationsTest.php Tests entity reference translations.
FooTest class core/tests/PHPStan/fixtures/component-tests.php
FormActionXssTest class core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Ensures that a form's action attribute can't be exploited with XSS.
FormActionXssTest.php file core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php
FormActionXssTest::$modules property core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Modules to install.
FormActionXssTest::buildForm function core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php Form constructor.

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