class VariableTestMock
Same name in other branches
- 11.x core/tests/Drupal/Tests/Component/Utility/VariableTest.php \Drupal\Tests\Component\Utility\VariableTestMock
Hierarchy
- class \Drupal\Tests\Component\Utility\VariableTestMock
Expanded class hierarchy of VariableTestMock
File
-
core/
tests/ Drupal/ Tests/ Component/ Utility/ VariableTest.php, line 183
Namespace
Drupal\Tests\Component\UtilityView source
class VariableTestMock {
/**
* A bogus callable for testing ::callableToString().
*/
public static function fake() : void {
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
VariableTestMock::fake | public static | function | A bogus callable for testing ::callableToString(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.