You are here

function DrupalDummyStreamWrapper::getExternalUrl in SimpleTest 7

Override getExternalUrl().

Return the HTML URI of a public file.

Overrides DrupalStreamWrapperInterface::getExternalUrl

File

tests/file_test.module, line 355
Helper module for the file tests.

Class

DrupalDummyStreamWrapper
Helper class for testing the stream wrapper registry.

Code

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