function DrupalDummyStreamWrapper::getInternalUri
Override getInternalUri().
Return a dummy path for testing.
File
-
modules/
simpletest/ tests/ file_test.module, line 444
Class
- DrupalDummyStreamWrapper
- Helper class for testing the stream wrapper registry.
Code
function getInternalUri() {
return '/dummy/example.txt';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.