function YamlParserProxy::setMock
1 call to YamlParserProxy::setMock()
- YamlTest::testGetSerialization in core/
tests/ Drupal/ Tests/ Core/ Serialization/ YamlTest.php - Tests that the overridden serializer is called.
File
-
core/
tests/ Drupal/ Tests/ Core/ Serialization/ YamlTest.php, line 48
Class
Namespace
Drupal\Tests\Core\SerializationCode
public static function setMock($mock) {
static::$mock = $mock;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.