20 calls to KernelTestBase::setSetting() in Drupal 8
- DateFormatterTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Datetime/ DateFormatterTest.php - DirectoryTest::testFileCheckDirectoryHandling in core/
tests/ Drupal/ KernelTests/ Core/ File/ DirectoryTest.php - Test directory handling functions.
- DrupalKernelSiteTest::testServicesYml in core/
tests/ Drupal/ KernelTests/ Core/ DrupalKernel/ DrupalKernelSiteTest.php - Tests services.yml in site directory.
- DrupalKernelTest::getTestKernel in core/
tests/ Drupal/ KernelTests/ Core/ DrupalKernel/ DrupalKernelTest.php - Build a kernel for testings.
- DrupalKernelTest::testPrepareLegacyRequest in core/
tests/ Drupal/ KernelTests/ Core/ DrupalKernel/ DrupalKernelTest.php - @group legacy @expectedDeprecation Drupal\Core\DrupalKernel::prepareLegacyRequest is deprecated drupal:8.0.0 and is removed from drupal:9.0.0. Use DrupalKernel::boot() and DrupalKernel::preHandle() instead. See https://www.drupal.org/node/3070678
- DrupalKernelTest::testRepeatedBootWithDifferentEnvironment in core/
tests/ Drupal/ KernelTests/ Core/ DrupalKernel/ DrupalKernelTest.php - Tests repeated loading of compiled DIC with different environment.
- ExcludedModulesEventSubscriberTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ExcludedModulesEventSubscriberTest.php - ExcludedModulesEventSubscriberTest::testExcludedModules in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ExcludedModulesEventSubscriberTest.php - Test excluding modules from the config export.
- FileSaveDataTest::testFileSaveData in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileSaveDataTest.php - Test the file_unmanaged_save_data() function.
- FileSystemRequirementsTest::testSettingsExist in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileSystemRequirementsTest.php - Tests if settings are set, there are not warnings.
- FileSystemTempDirectoryTest::testGetTempDirectorySettings in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileSystemTempDirectoryTest.php - Tests 'file_temp_path' setting.
- FileTestBase::setUpFilesystem in core/
tests/ Drupal/ KernelTests/ Core/ File/ FileTestBase.php - Sets up the filesystem, so things like the file directory.
- FileUrlTest::testFilesUrlWithDifferentHostName in core/
modules/ file/ tests/ src/ Kernel/ FileUrlTest.php - Test public files with a different host name from settings.
- KernelTestBase::bootKernel in core/
tests/ Drupal/ KernelTests/ KernelTestBase.php - Bootstraps a kernel for a test.
- MailTest::testRenderedElementsUseAbsolutePaths in core/
modules/ system/ tests/ src/ Kernel/ Mail/ MailTest.php - Checks that mails built from render arrays contain absolute paths.
- MaintenanceThemeTest::testMaintenanceTheme in core/
tests/ Drupal/ KernelTests/ Core/ Theme/ MaintenanceThemeTest.php - Tests that the maintenance theme initializes the theme and its base themes.
- MigratePrivateFileTest::setUp in core/
modules/ file/ tests/ src/ Kernel/ Migrate/ d7/ MigratePrivateFileTest.php - ScanDirectoryTest::testIgnoreDirectories in core/
tests/ Drupal/ KernelTests/ Core/ File/ ScanDirectoryTest.php - Tests ::scanDirectory obeys 'file_scan_ignore_directories' setting.
- StreamWrapperTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ File/ StreamWrapperTest.php - SystemListingTest::testFileScanIgnoreDirectory in core/
modules/ system/ tests/ src/ Kernel/ Common/ SystemListingTest.php - Tests that directories matching file_scan_ignore_directories are ignored