Go to the source code of this file.
Classes | |
class | CleanUpTest |
Additional tests for UtfNormal::cleanUp() function, inclusion regression checks for known problems. More... | |
Variables | |
if(php_sapi_name()!= 'cli') | if (isset($_SERVER['argv'])&&in_array( '--icu', $_SERVER['argv'])) |
$suite = new PHPUnit_Framework_TestSuite( 'CleanUpTest' ) | |
$result = PHPUnit_TextUI_TestRunner::run( $suite ) |
$result = PHPUnit_TextUI_TestRunner::run( $suite ) |
Definition at line 407 of file CleanUpTest.php.
$suite = new PHPUnit_Framework_TestSuite( 'CleanUpTest' ) |
Definition at line 26 of file CleanUpTest.php.