function DummyReadOnlyStreamWrapper::getInternalUri

Override getInternalUri().

Return a dummy path for testing.

File

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

Class

DummyReadOnlyStreamWrapper
Helper class for testing the stream wrapper registry.

Namespace

Drupal\file_test

Code

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