You are here

function RealisticDummyContentUnitTestCaseDummyFile::__construct in Realistic Dummy Content 7

Constructor.

Parameters

$value: The value to return

File

api/tests/realistic_dummy_content_api.unit.test, line 19
This file contains the testing code for this module

Class

RealisticDummyContentUnitTestCaseDummyFile
Dummy file, used to test how fields manage files

Code

function __construct($value) {
  $this->value = $value;
}