10 string references to container.namespaces

DrupalKernel::buildContainer in drupal/core/lib/Drupal/Core/DrupalKernel.php
Builds the service container.
DrupalKernel::initializeContainer in drupal/core/lib/Drupal/Core/DrupalKernel.php
Initializes the service container.
EditIntegrationTest::testEditorSelection in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests editor selection when the Editor module is present.
EditIntegrationTest::testMetadata in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditIntegrationTest.php
Tests (custom) metadata when the formatted text editor is used.
EditorManagerTest::testManager in drupal/core/modules/editor/lib/Drupal/editor/Tests/EditorManagerTest.php
Tests the configurable text editor manager.
FormController::__construct in drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php
Constructs a \Drupal\condition_test\FormController object.
NodeConditionTest::testConditions in drupal/core/modules/node/lib/Drupal/node/Tests/Condition/NodeConditionTest.php
Tests conditions.
ToolkitGdTest::testManipulations in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitGdTest.php
Since PHP can't visually check that our images have been manipulated properly, build a list of expected color values for each of the corners and the expected height and widths for the final images.
ToolkitTest::testGetAvailableToolkits in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTest.php
Check that ImageToolkitManager::getAvailableToolkits() only returns available toolkits.
ToolkitTestBase::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Image/ToolkitTestBase.php
Sets up a Drupal site for running functional and integration tests.