Example #1
0
 /**
  * @covers Marando\AstroDate\TimeZone::__toString
  */
 public function test__toString()
 {
     $mst = TimeZone::parse('mst');
     $this->assertEquals('MST', $mst->name);
 }