object = new WeatherMapItem; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @todo Implement testMy_type(). */ public function testMy_type() { $this->assertEquals($this->object->my_type(), "ITEM"); } } ?>