function RealisticDummyContentUnitTestCaseDummyFile::Value in Realistic Dummy Content 7
Returns the dummy value.
Return value
The value we used when creating this object.
File
- api/
tests/ realistic_dummy_content_api.unit.test, line 29 - This file contains the testing code for this module
Class
- RealisticDummyContentUnitTestCaseDummyFile
- Dummy file, used to test how fields manage files
Code
function Value() {
return $this->value;
}