class 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.
