object = new Collator; } /** * Tears down the fixture, for example, closes a network connection. * This method is called after a test is executed. */ protected function tearDown() { } /** * @covers Collator::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 Collator::compare * @todo Implement testCompare(). */ public function testCompare() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Collator::sort * @todo Implement testSort(). */ public function testSort() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Collator::sortWithSortKeys * @todo Implement testSortWithSortKeys(). */ public function testSortWithSortKeys() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Collator::asort * @todo Implement testAsort(). */ public function testAsort() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Collator::getAttribute * @todo Implement testGetAttribute(). */ public function testGetAttribute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Collator::setAttribute * @todo Implement testSetAttribute(). */ public function testSetAttribute() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Collator::getStrength * @todo Implement testGetStrength(). */ public function testGetStrength() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Collator::setStrength * @todo Implement testSetStrength(). */ public function testSetStrength() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } /** * @covers Collator::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 Collator::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 Collator::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.' ); } /** * @covers Collator::getSortKey * @todo Implement testGetSortKey(). */ public function testGetSortKey() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); } }