function DrupalDummyStreamWrapper::getInternalUri in Drupal 7
Override getInternalUri().
Return a dummy path for testing.
File
- modules/
simpletest/ tests/ file_test.module, line 444 - Helper module for the file tests.
Class
- DrupalDummyStreamWrapper
- Helper class for testing the stream wrapper registry.
Code
function getInternalUri() {
return '/dummy/example.txt';
}