function DrupalDummyStreamWrapper::getInternalUri

Override getInternalUri().

Return a dummy path for testing.

File

drupal/modules/simpletest/tests/file_test.module, line 436
Helper module for the file tests.

Class

DrupalDummyStreamWrapper
Helper class for testing the stream wrapper registry.

Code

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