Search for test
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Test | class | core/ |
Provides test media source. |
| Test | class | core/ |
Defines a test controller for page titles. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileSystemDeprecationTest::providerTestUriScheme | function | core/ |
|
| FileSystemDeprecationTest::setUp | function | core/ |
|
| FileSystemDeprecationTest::testDeprecatedDefaultScheme | function | core/ |
@expectedDeprecation file_default_scheme() is deprecated in drupal:8.8.0. It will be removed from drupal:9.0.0. Use \Drupal::config('system.file')->get('default_scheme') instead. See https://www.drupal.org/node/3049030 |
| FileSystemDeprecationTest::testDeprecatedDirectoryOsTemp | function | core/ |
@expectedDeprecation file_directory_os_temp() is deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory() instead. See https://www.drupal.org/node/2418133 |
| FileSystemDeprecationTest::testDeprecatedDrupalBasename | function | core/ |
@expectedDeprecation drupal_basename() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::basename(). See https://www.drupal.org/node/2418133. |
| FileSystemDeprecationTest::testDeprecatedDrupalChmod | function | core/ |
@expectedDeprecation drupal_chmod() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::chmod(). See https://www.drupal.org/node/2418133. |
| FileSystemDeprecationTest::testDeprecatedDrupalDirname | function | core/ |
@expectedDeprecation drupal_dirname() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::dirname(). See https://www.drupal.org/node/2418133. |
| FileSystemDeprecationTest::testDeprecatedDrupalMkdir | function | core/ |
@expectedDeprecation drupal_mkdir() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::mkdir(). See https://www.drupal.org/node/2418133. |
| FileSystemDeprecationTest::testDeprecatedDrupalRmdir | function | core/ |
@expectedDeprecation drupal_rmdir() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::rmdir(). See https://www.drupal.org/node/2418133. |
| FileSystemDeprecationTest::testDeprecatedDrupalTempnam | function | core/ |
@expectedDeprecation tempnam() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::tempnam(). See https://www.drupal.org/node/2418133. |
| FileSystemDeprecationTest::testDeprecatedFileCreate | function | core/ |
@expectedDeprecation file_create_filename() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::createFilename(). See https://www.drupal.org/node/3006851. |
| FileSystemDeprecationTest::testDeprecatedFileDestination | function | core/ |
@expectedDeprecation file_destination() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::getDestinationFilename(). See https://www.drupal.org/node/3006851. |
| FileSystemDeprecationTest::testDeprecatedFileMoveUploadedFile | function | core/ |
@expectedDeprecation drupal_move_uploaded_file() is deprecated in Drupal 8.0.x-dev and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::moveUploadedFile(). See https://www.drupal.org/node/2418133. |
| FileSystemDeprecationTest::testDeprecatedFilePrepareDirectory | function | core/ |
@expectedDeprecation file_prepare_directory() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::prepareDirectory(). See https://www.drupal.org/node/3006851. |
| FileSystemDeprecationTest::testDeprecatedFileStreamWrapperUriNormalize | function | core/ |
@expectedDeprecation file_stream_wrapper_uri_normalize() is deprecated in drupal:8.8.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::normalizeUri() instead. See https://www.drupal.org/node/3035273 |
| FileSystemDeprecationTest::testDeprecatedFileUploadMaxSize | function | core/ |
@expectedDeprecation file_upload_max_size() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Component\Utility\Environment::getUploadMaxSize() instead. See https://www.drupal.org/node/3000058. |
| FileSystemDeprecationTest::testDeprecatedFileUriScheme | function | core/ |
@expectedDeprecation file_uri_scheme() is deprecated in drupal:8.0.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getScheme() instead. See https://www.drupal.org/node/3035273 |
| FileSystemDeprecationTest::testDeprecatedFileUriTarget | function | core/ |
@expectedDeprecation file_uri_target() is deprecated in drupal:8.8.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getTarget() instead. See https://www.drupal.org/node/3035273 |
| FileSystemDeprecationTest::testDeprecatedScanDirectory | function | core/ |
@expectedDeprecation file_scan_directory() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\File\FileSystemInterface::scanDirectory() instead. See https://www.drupal.org/node/3038437 |
| FileSystemDeprecationTest::testDeprecatedUnmanagedFileCopy | function | core/ |
@expectedDeprecation file_unmanaged_copy() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::copy(). See https://www.drupal.org/node/3006851. |
| FileSystemDeprecationTest::testDeprecatedUnmanagedFileDelete | function | core/ |
@expectedDeprecation file_unmanaged_delete() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::delete(). See https://www.drupal.org/node/3006851. |
| FileSystemDeprecationTest::testDeprecatedUnmanagedFileDeleteRecursive | function | core/ |
@expectedDeprecation file_unmanaged_delete_recursive() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::deleteRecursive(). See https://www.drupal.org/node/3006851. |
| FileSystemDeprecationTest::testDeprecatedUnmanagedFileMove | function | core/ |
@expectedDeprecation file_directory_temp() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\File\FileSystemInterface::getTempDirectory() instead. See https://www.drupal.org/node/3039255 @expectedDeprecation… |
| FileSystemDeprecationTest::testDeprecatedUnmanagedPrepare | function | core/ |
@expectedDeprecation file_unmanaged_prepare() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::getDestinationFilename() instead. See https://www.drupal.org/node/3006851. |
| FileSystemDeprecationTest::testDeprecatedUnmanagedSaveData | function | core/ |
@expectedDeprecation file_unmanaged_save_data() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::saveData(). See https://www.drupal.org/node/3006851. |
| FileSystemDeprecationTest::testDeprecatedValidScheme | function | core/ |
@expectedDeprecation file_stream_wrapper_valid_scheme() is deprecated in drupal:8.0.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::isValidScheme() instead. See https://www.drupal.org/node/3035273 |
| FileSystemDeprecationTest::testDeprecatedValidUri | function | core/ |
@expectedDeprecation file_valid_uri() is deprecated in drupal:8.8.0 and will be removed before drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::isValidUri() instead. See https://www.drupal.org/node/3035273 |
| FileSystemDeprecationTest::testRealpath | function | core/ |
@expectedDeprecation drupal_realpath() is deprecated in drupal:8.0.0 and will be removed in drupal:9.0.0. Use \Drupal\Core\File\FileSystemInterface::realpath(). See https://www.drupal.org/node/2418133. |
| FileSystemDeprecationTest::testUnlink | function | core/ |
Tests deprecation of the drupal_unlink() function. |
| FileSystemDeprecationTest::testUriScheme | function | core/ |
@expectedDeprecation FileSystem::uriScheme() is deprecated in drupal:8.8.0. It will be removed from drupal:9.0.0. Use \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getScheme() instead. See https://www.drupal.org/node/3035273 |
| FileSystemRequirementsTest | class | core/ |
@group File @group legacy |
| FileSystemRequirementsTest.php | file | core/ |
|
| FileSystemRequirementsTest::$modules | property | core/ |
Modules to enable. |
| FileSystemRequirementsTest::$strictConfigSchema | property | core/ |
Set to TRUE to strict check all configuration saved. |
| FileSystemRequirementsTest::checkSystemRequirements | function | core/ |
Checks system runtime requirements. |
| FileSystemRequirementsTest::setUp | function | core/ |
|
| FileSystemRequirementsTest::testFileSystemRequirements | function | core/ |
Tests requirements warnings. |
| FileSystemRequirementsTest::testSettingsExist | function | core/ |
Tests if settings are set, there are not warnings. |
| FileSystemTempDirectoryTest | class | core/ |
Tests for getTempDirectory on FileSystem. |
| FileSystemTempDirectoryTest.php | file | core/ |
|
| FileSystemTempDirectoryTest::$fileSystem | property | core/ |
The file system under test. |
| FileSystemTempDirectoryTest::$modules | property | core/ |
Modules to enable. |
| FileSystemTempDirectoryTest::setUp | function | core/ |
|
| FileSystemTempDirectoryTest::testGetTempDirectoryDeprecation | function | core/ |
Tests 'path.temporary' config deprecation. |
| FileSystemTempDirectoryTest::testGetTempDirectoryOsDefault | function | core/ |
Tests os default fallback. |
| FileSystemTempDirectoryTest::testGetTempDirectorySettings | function | core/ |
Tests 'file_temp_path' setting. |
| FileSystemTest | class | core/ |
@coversDefaultClass \Drupal\Core\File\FileSystem[[api-linebreak]] @group File |
| FileSystemTest | class | core/ |
@coversDefaultClass \Drupal\Core\File\FileSystem[[api-linebreak]] |
| FileSystemTest.php | file | core/ |
|
| FileSystemTest.php | file | core/ |
Pagination
- Previous page
- Page 296
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.