object = new DateTimeZone; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers DateTimeZone::getName * @todo Implement testGetName(). */ public function testGetName() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DateTimeZone::getOffset * @todo Implement testGetOffset(). */ public function testGetOffset() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DateTimeZone::getTransitions * @todo Implement testGetTransitions(). */ public function testGetTransitions() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DateTimeZone::getLocation * @todo Implement testGetLocation(). */ public function testGetLocation() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DateTimeZone::listAbbreviations * @todo Implement testListAbbreviations(). */ public function testListAbbreviations() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers DateTimeZone::listIdentifiers * @todo Implement testListIdentifiers(). */ public function testListIdentifiers() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }