comparison core/tests/Drupal/KernelTests/KernelTestBase.php @ 14:1fec387a4317

Update Drupal core to 8.5.2 via Composer
author Chris Cannam
date Mon, 23 Apr 2018 09:46:53 +0100
parents 7a779792577d
children c2387f117808
comparison
equal deleted inserted replaced
13:5fb285c0d0e3 14:1fec387a4317
249 * Bootstraps a basic test environment. 249 * Bootstraps a basic test environment.
250 * 250 *
251 * Should not be called by tests. Only visible for DrupalKernel integration 251 * Should not be called by tests. Only visible for DrupalKernel integration
252 * tests. 252 * tests.
253 * 253 *
254 * @see \Drupal\system\Tests\DrupalKernel\DrupalKernelTest 254 * @see \Drupal\KernelTests\Core\DrupalKernel\DrupalKernelTest
255 * @internal 255 * @internal
256 */ 256 */
257 protected function bootEnvironment() { 257 protected function bootEnvironment() {
258 $this->streamWrappers = []; 258 $this->streamWrappers = [];
259 \Drupal::unsetContainer(); 259 \Drupal::unsetContainer();