Public Member Functions | |
setUp () | |
tearDown () | |
testAscii () | |
testNull () | |
testLatin () | |
testLatinNormal () | |
XtestAllChars () | |
This test is *very* expensive! | |
testAllBytes () | |
doTestBytes ($head, $tail) | |
testDoubleBytes () | |
doTestDoubleBytes ($head, $tail) | |
testTripleBytes () | |
doTestTripleBytes ($head, $tail) | |
testChunkRegression () | |
testInterposeRegression () | |
testOverlongRegression () | |
testSurrogateRegression () | |
testBomRegression () | |
testForbiddenRegression () | |
testHangulRegression () |
Requires PHPUnit.
Definition at line 45 of file CleanUpTest.php.
CleanUpTest::doTestBytes | ( | $ | head, | |
$ | tail | |||
) |
Definition at line 127 of file CleanUpTest.php.
References $i, and UtfNormal::cleanUp().
Referenced by testAllBytes().
CleanUpTest::doTestDoubleBytes | ( | $ | head, | |
$ | tail | |||
) |
Definition at line 163 of file CleanUpTest.php.
References UtfNormal::cleanUp(), and UtfNormal::NFC().
Referenced by testDoubleBytes().
CleanUpTest::doTestTripleBytes | ( | $ | head, | |
$ | tail | |||
) |
Definition at line 207 of file CleanUpTest.php.
References UtfNormal::cleanUp(), and UtfNormal::NFC().
Referenced by testTripleBytes().
CleanUpTest::setUp | ( | ) |
CleanUpTest::tearDown | ( | ) |
CleanUpTest::testAllBytes | ( | ) |
CleanUpTest::testAscii | ( | ) |
Definition at line 55 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testBomRegression | ( | ) |
Definition at line 371 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testChunkRegression | ( | ) |
Definition at line 273 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testDoubleBytes | ( | ) |
CleanUpTest::testForbiddenRegression | ( | ) |
Definition at line 386 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testHangulRegression | ( | ) |
Definition at line 395 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testInterposeRegression | ( | ) |
Definition at line 296 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testLatin | ( | ) |
Definition at line 70 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testLatinNormal | ( | ) |
Definition at line 76 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testNull | ( | ) |
Definition at line 61 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testOverlongRegression | ( | ) |
Definition at line 331 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testSurrogateRegression | ( | ) |
Definition at line 356 of file CleanUpTest.php.
References $text, and UtfNormal::cleanUp().
CleanUpTest::testTripleBytes | ( | ) |
CleanUpTest::XtestAllChars | ( | ) |
This test is *very* expensive!
Definition at line 86 of file CleanUpTest.php.
References $i, $utfCanonicalComp, $utfCanonicalDecomp, UtfNormal::cleanUp(), codepointToUtf8(), and UtfNormal::NFC().