Comment added for test case
This commit is contained in:
parent
dd56dd2401
commit
817dd4e357
@ -26,6 +26,7 @@ class PMA_Charset_Conversion_Test extends PHPUnit_Framework_TestCase
|
||||
PMA_convertString('UTF-8', 'UTF-8', 'test')
|
||||
);
|
||||
|
||||
// 6 represents an arbitrary value for testing the default case
|
||||
$GLOBALS['PMA_recoding_engine'] = 6;
|
||||
$this->assertEquals(
|
||||
'test',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user