function DrupalDummyStreamWrapper::getInternalUri

7.x file_test.module DrupalDummyStreamWrapper::getInternalUri()

Override getInternalUri().

Return a dummy path for testing.

File

drupal-7.x/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';
}