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