Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
TestBase.php
»
TestBase
»
TestBase::settingsSet
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
10 calls to TestBase::settingsSet()
DrupalKernelTest::setUp
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
DrupalKernel/
DrupalKernelTest.php
Sets up unit test environment.
DrupalUnitTestBase::containerBuild
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
DrupalUnitTestBase.php
Sets up the base service container for this test.
LanguageUILanguageNegotiationTest::testLanguageDomain
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageUILanguageNegotiationTest.php
Tests
url
() when separate domains are used for multiple languages.
SessionHttpsTest::testHttpsSession
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Session/
SessionHttpsTest.php
SessionTest::testSessionWrite
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Session/
SessionTest.php
Test that sessions are only saved when necessary.
TwigDebugMarkupTest::testTwigDebugMarkup
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Theme/
TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
TwigSettingsTest::testTwigAutoReloadOverride
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Theme/
TwigSettingsTest.php
Ensures Twig template auto reload setting can be overridden.
TwigSettingsTest::testTwigCacheOverride
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Theme/
TwigSettingsTest.php
Ensures Twig template cache setting can be overridden.
TwigSettingsTest::testTwigDebugOverride
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Theme/
TwigSettingsTest.php
Ensures Twig engine debug setting can be overridden.
WebTestBase::setUp
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
WebTestBase.php
Sets up a Drupal site for running functional and integration tests.