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 11.x for test
  5. 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
FileResourceTestBase::getNormalizedPostEntity function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Returns the normalized POST entity.
FileResourceTestBase::makeCurrentUserFileOwner function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Makes the current user the file owner.
FileResourceTestBase::setUpAuthorization function core/modules/file/tests/src/Functional/Rest/FileResourceTestBase.php Sets up the necessary authorization.
FileSaveDataTest class core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php Tests the file_unmanaged_save_data() function.
FileSaveDataTest.php file core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php
FileSaveDataTest::testFileSaveData function core/tests/Drupal/KernelTests/Core/File/FileSaveDataTest.php Tests the file_unmanaged_save_data() function.
FileSaveHtaccessLoggingTest class core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests the log message added by file_save_htaccess().
FileSaveHtaccessLoggingTest.php file core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php
FileSaveHtaccessLoggingTest::$defaultTheme property core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php The theme to install as the default for testing.
FileSaveHtaccessLoggingTest::$modules property core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Modules to install.
FileSaveHtaccessLoggingTest::testHtaccessSave function core/modules/system/tests/src/Functional/File/FileSaveHtaccessLoggingTest.php Tests file_save_htaccess().
FileSaveUploadTest class core/modules/file/tests/src/Kernel/FileSaveUploadTest.php Tests file_save_upload().
FileSaveUploadTest.php file core/modules/file/tests/src/Kernel/FileSaveUploadTest.php
FileSaveUploadTest::$modules property core/modules/file/tests/src/Kernel/FileSaveUploadTest.php Modules to install.
FileSaveUploadTest::setUp function core/modules/file/tests/src/Kernel/FileSaveUploadTest.php
FileSaveUploadTest::testFileSaveUploadEmptyExtensions function core/modules/file/tests/src/Kernel/FileSaveUploadTest.php Tests file_save_upload() with empty extensions.
FileSecurityTest class core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php Tests the file security component.
FileSecurityTest.php file core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php
FileSecurityTest::testWriteHtaccessFailure function core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php @covers ::writeHtaccess[[api-linebreak]]
FileSecurityTest::testWriteHtaccessForceOverwrite function core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php @covers ::writeHtaccess[[api-linebreak]]
FileSecurityTest::testWriteHtaccessPrivate function core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php @covers ::writeHtaccess[[api-linebreak]]
FileSecurityTest::testWriteHtaccessPublic function core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php @covers ::writeHtaccess[[api-linebreak]]
FileSecurityTest::testWriteWebConfig function core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php @covers ::writeWebConfig[[api-linebreak]]
FileSecurityTest::testWriteWebConfigFailure function core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php @covers ::writeWebConfig[[api-linebreak]]
FileSecurityTest::testWriteWebConfigForceOverwrite function core/tests/Drupal/Tests/Component/FileSecurity/FileSecurityTest.php @covers ::writeWebConfig[[api-linebreak]]
FileSizeLimitConstraintValidatorTest class core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileSizeLimitConstraintValidatorTest.php Tests the FileSizeLimitConstraintValidator.
FileSizeLimitConstraintValidatorTest.php file core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileSizeLimitConstraintValidatorTest.php
FileSizeLimitConstraintValidatorTest::testFileValidateSize function core/modules/file/tests/src/Kernel/Plugin/Validation/Constraint/FileSizeLimitConstraintValidatorTest.php @covers ::validate[[api-linebreak]]
FileStorageFactoryTest class core/tests/Drupal/KernelTests/Core/Config/FileStorageFactoryTest.php @coversDefaultClass \Drupal\Core\Config\FileStorageFactory[[api-linebreak]]
@group config
FileStorageFactoryTest.php file core/tests/Drupal/KernelTests/Core/Config/FileStorageFactoryTest.php
FileStorageFactoryTest::testGetSync function core/tests/Drupal/KernelTests/Core/Config/FileStorageFactoryTest.php @covers ::getSync[[api-linebreak]]
FileStorageReadOnlyTest class core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php @coversDefaultClass \Drupal\Component\PhpStorage\FileReadOnlyStorage[[api-linebreak]]
FileStorageReadOnlyTest.php file core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php
FileStorageReadOnlyTest::$readonlyStorage property core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php Read only test settings to pass to storage instances.
FileStorageReadOnlyTest::$standardSettings property core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php Standard test settings to pass to storage instances.
FileStorageReadOnlyTest::setUp function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php
FileStorageReadOnlyTest::testDeleteAll function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php @covers ::deleteAll[[api-linebreak]]
FileStorageReadOnlyTest::testReadOnly function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php Tests writing with one class and reading with another.
FileStorageReadOnlyTest::testWritable function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php @covers ::writeable[[api-linebreak]]
@group legacy
FileStorageTest class core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php @coversDefaultClass \Drupal\Component\PhpStorage\FileStorage[[api-linebreak]]
@group Drupal
@group PhpStorage
FileStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php Tests FileStorage operations.
FileStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileStorageTest.php file core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php
FileStorageTest::$directory property core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php A directory to store configuration in.
FileStorageTest::$standardSettings property core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php Standard test settings to pass to storage instances.
FileStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileStorageTest::setUp function core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php

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