object = new MessageFormatter; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers MessageFormatter::create * @todo Implement testCreate(). */ public function testCreate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers MessageFormatter::format * @todo Implement testFormat(). */ public function testFormat() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers MessageFormatter::formatMessage * @todo Implement testFormatMessage(). */ public function testFormatMessage() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers MessageFormatter::parse * @todo Implement testParse(). */ public function testParse() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers MessageFormatter::parseMessage * @todo Implement testParseMessage(). */ public function testParseMessage() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers MessageFormatter::setPattern * @todo Implement testSetPattern(). */ public function testSetPattern() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers MessageFormatter::getPattern * @todo Implement testGetPattern(). */ public function testGetPattern() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers MessageFormatter::getLocale * @todo Implement testGetLocale(). */ public function testGetLocale() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers MessageFormatter::getErrorCode * @todo Implement testGetErrorCode(). */ public function testGetErrorCode() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers MessageFormatter::getErrorMessage * @todo Implement testGetErrorMessage(). */ public function testGetErrorMessage() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }