class VariableTestMock

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/Component/Utility/VariableTest.php \Drupal\Tests\Component\Utility\VariableTestMock

Hierarchy

Expanded class hierarchy of VariableTestMock

File

core/tests/Drupal/Tests/Component/Utility/VariableTest.php, line 183

Namespace

Drupal\Tests\Component\Utility
View 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.