File
- drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php, line 234
Class
- GetSetDummy
Namespace
Symfony\Component\Serializer\Tests\Normalizer
Code
public function otherMethod() {
throw new \RuntimeException("Dummy::otherMethod() should not be called");
}