public function TimestampNormalizerTestDrupalDateTime::setTimezone in Drupal 9
Same name and namespace in other branches
- 8 core/modules/serialization/tests/src/Unit/Normalizer/TimestampNormalizerTest.php \Drupal\Tests\serialization\Unit\Normalizer\TimestampNormalizerTestDrupalDateTime::setTimezone()
File
- core/
modules/ serialization/ tests/ src/ Unit/ Normalizer/ TimestampNormalizerTest.php, line 144
Class
- TimestampNormalizerTestDrupalDateTime
- Note: Prophecy does not support magic methods. By subclassing and specifying an explicit method, Prophecy works.
Namespace
Drupal\Tests\serialization\Unit\NormalizerCode
public function setTimezone(\DateTimeZone $timezone) {
parent::setTimezone($timezone);
}