コード例 #1
0
ファイル: TimeTest.php プロジェクト: bara0801/kd_calendar
 /**
  * @test
  */
 public function setTimeZoneForStringSetsTimeZone()
 {
     $this->subject->setTimeZone('Conceived at T3CON10');
     $this->assertAttributeEquals('Conceived at T3CON10', 'timeZone', $this->subject);
 }