public function GetSetDummy::otherMethod

File

drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php, line 189

Class

GetSetDummy

Namespace

Symfony\Component\Serializer\Tests\Normalizer

Code

public function otherMethod() {
  throw new \RuntimeException("Dummy::otherMethod() should not be called");
}