You are here

protected function StreamWrapper::__construct in X Autoload 7.3

Constructor is protected, to force people to use the register() method.

File

tests/Drupal/xautoload/Tests/StreamWrapper.php, line 39

Class

StreamWrapper
Intercept calls to the filesystem, so we don't have to create fixture files.

Namespace

Drupal\xautoload\Tests

Code

protected function __construct() {

  // Do nothing.
}