You are here

protected property KernelTestBase::$streamWrappers in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/simpletest/src/KernelTestBase.php \Drupal\simpletest\KernelTestBase::streamWrappers

Array of registered stream wrappers.

Type: array

File

core/modules/simpletest/src/KernelTestBase.php, line 92
Contains \Drupal\simpletest\KernelTestBase.

Class

KernelTestBase
Base class for integration tests.

Namespace

Drupal\simpletest

Code

protected $streamWrappers = array();