function DummyStreamWrapper::getInternalUri

Override getInternalUri().

Return a dummy path for testing.

File

drupal/core/modules/file/tests/file_test/lib/Drupal/file_test/DummyStreamWrapper.php, line 27
Definition of Drupal\file_test\DummyStreamWrapper.

Class

DummyStreamWrapper
Helper class for testing the stream wrapper registry.

Namespace

Drupal\file_test

Code

function getInternalUri() {
  return '/dummy/example.txt';
}