Search for test
Title | Object type | File name | Summary |
---|---|---|---|
FileLegacyTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
FileLegacyTest::testEntityLegacyCode | function | core/ |
@expectedDeprecation file_load_multiple() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\file\Entity\File::loadMultiple(). See https://www.drupal.org/node/2266845 @expectedDeprecation file_load() is deprecated in… |
FileLegacyTest::testFileUrlDeprecation | function | core/ |
Tests that File::url() is deprecated. |
FileManagedTestBase | class | core/ |
Base class for file tests that use the file_test module to test uploads and hooks. |
FileManagedTestBase.php | file | core/ |
|
FileManagedTestBase::$modules | property | core/ |
Modules to enable. |
FileManagedTestBase::assertDifferentFile | function | core/ |
Asserts that two files are not the same by comparing the fid and filepath. |
FileManagedTestBase::assertFileHookCalled | function | core/ |
Assert that a hook_file_* hook was called a certain number of times. |
FileManagedTestBase::assertFileHooksCalled | function | core/ |
Assert that all of the specified hook_file_* hooks were called once, other values result in failure. |
FileManagedTestBase::assertFileUnchanged | function | core/ |
Asserts that two files have the same values (except timestamp). |
FileManagedTestBase::assertSameFile | function | core/ |
Asserts that two files are the same by comparing the fid and filepath. |
FileManagedTestBase::createFile | function | core/ |
Create a file and save it to the files table and assert that it occurs correctly. |
FileManagedTestBase::createUri | function | core/ |
Creates a file and returns its URI. |
FileManagedTestBase::setUp | function | core/ |
Sets up a Drupal site for running functional and integration tests. |
FileModuleTest | class | core/ |
Tests file.module methods. |
FileModuleTest.php | file | core/ |
|
FileModuleTest::$modules | property | core/ |
Modules to enable. |
FileModuleTest::testFileSaveUploadSingleErrorFormSize | function | core/ |
Tests file size upload errors. |
FileResourceTestBase | class | core/ |
|
FileResourceTestBase.php | file | core/ |
|
FileStorageDeprecationTest | class | core/ |
Tests FileStorage deprecations. |
FileStorageDeprecationTest.php | file | core/ |
|
FileStorageDeprecationTest::testHtAccessLines | function | core/ |
@expectedDeprecation htaccessLines() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Component\FileSecurity\FileSecurity::htaccessLines() instead. See https://www.drupal.org/node/3075098 |
FileUpdateTest | class | core/ |
Tests File update path. |
FileUpdateTest.php | file | core/ |
|
FileUpdateTest::$modules | property | core/ |
Modules to enable after the database is loaded. |
FileUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
FileUpdateTest::testOwnerEntityKey | function | core/ |
Tests that the file entity type has an 'owner' entity key. |
FileUpdateTest::testPostUpdate8001 | function | core/ |
Tests file_update_8001(). |
FileUploadHalJsonBasicAuthTest | class | core/ |
@group hal |
FileUploadHalJsonBasicAuthTest.php | file | core/ |
|
FileUploadHalJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
FileUploadHalJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FileUploadHalJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
FileUploadHalJsonCookieTest | class | core/ |
@group hal |
FileUploadHalJsonCookieTest.php | file | core/ |
|
FileUploadHalJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
FileUploadHalJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
FileUploadHalJsonTestBase | class | core/ |
Tests binary data file upload route for HAL JSON. |
FileUploadHalJsonTestBase | class | core/ |
|
FileUploadHalJsonTestBase.php | file | core/ |
|
FileUploadHalJsonTestBase.php | file | core/ |
|
FileUploadHalJsonTestBase::$format | property | core/ |
The format to use in this test. |
FileUploadHalJsonTestBase::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
FileUploadHalJsonTestBase::$modules | property | core/ |
Modules to install. |
FileUploadHalJsonTestBase::getExpectedNormalizedEntity | function | core/ |
Gets the expected file entity. |
FileUploadHalJsonTestBase::getNormalizedPostEntity | function | core/ |
|
FileUsageTemporaryDeletionConfigurationUpdateTest | class | core/ |
Tests the upgrade path for setting the file usage deletion configuration. |
FileUsageTemporaryDeletionConfigurationUpdateTest.php | file | core/ |
|
FileUsageTemporaryDeletionConfigurationUpdateTest::$modules | property | core/ |
Modules to enable after the database is loaded. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.