object = new Transliterator; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers Transliterator::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 Transliterator::createFromRules * @todo Implement testCreateFromRules(). */ public function testCreateFromRules() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Transliterator::createInverse * @todo Implement testCreateInverse(). */ public function testCreateInverse() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Transliterator::listIDs * @todo Implement testListIDs(). */ public function testListIDs() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Transliterator::transliterate * @todo Implement testTransliterate(). */ public function testTransliterate() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Transliterator::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 Transliterator::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.' ); } }