object = new Locale; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers Locale::getDefault * @todo Implement testGetDefault(). */ public function testGetDefault() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::setDefault * @todo Implement testSetDefault(). */ public function testSetDefault() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getPrimaryLanguage * @todo Implement testGetPrimaryLanguage(). */ public function testGetPrimaryLanguage() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getScript * @todo Implement testGetScript(). */ public function testGetScript() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getRegion * @todo Implement testGetRegion(). */ public function testGetRegion() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getKeywords * @todo Implement testGetKeywords(). */ public function testGetKeywords() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getDisplayScript * @todo Implement testGetDisplayScript(). */ public function testGetDisplayScript() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getDisplayRegion * @todo Implement testGetDisplayRegion(). */ public function testGetDisplayRegion() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getDisplayName * @todo Implement testGetDisplayName(). */ public function testGetDisplayName() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getDisplayLanguage * @todo Implement testGetDisplayLanguage(). */ public function testGetDisplayLanguage() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getDisplayVariant * @todo Implement testGetDisplayVariant(). */ public function testGetDisplayVariant() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::composeLocale * @todo Implement testComposeLocale(). */ public function testComposeLocale() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::parseLocale * @todo Implement testParseLocale(). */ public function testParseLocale() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::getAllVariants * @todo Implement testGetAllVariants(). */ public function testGetAllVariants() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::filterMatches * @todo Implement testFilterMatches(). */ public function testFilterMatches() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::lookup * @todo Implement testLookup(). */ public function testLookup() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::canonicalize * @todo Implement testCanonicalize(). */ public function testCanonicalize() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Locale::acceptFromHttp * @todo Implement testAcceptFromHttp(). */ public function testAcceptFromHttp() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }