Fix test for the new transformation
This commit is contained in:
parent
b7d8bd7dea
commit
ea39707eeb
@ -108,14 +108,15 @@ class PMA_Transformation_Test extends PHPUnit_Framework_TestCase
|
||||
3 => 'Image/JPEG: Link',
|
||||
4 => 'Image/PNG: Inline',
|
||||
5 => 'Text/Plain: Append',
|
||||
6 => 'Text/Plain: Dateformat',
|
||||
7 => 'Text/Plain: External',
|
||||
8 => 'Text/Plain: Formatted',
|
||||
9 => 'Text/Plain: Imagelink',
|
||||
10 => 'Text/Plain: Link',
|
||||
11 => 'Text/Plain: Longtoipv4',
|
||||
12 => 'Text/Plain: Sql',
|
||||
13 => 'Text/Plain: Substring',
|
||||
6 => 'Text/Plain: Bool2text',
|
||||
7 => 'Text/Plain: Dateformat',
|
||||
8 => 'Text/Plain: External',
|
||||
9 => 'Text/Plain: Formatted',
|
||||
10 => 'Text/Plain: Imagelink',
|
||||
11 => 'Text/Plain: Link',
|
||||
12 => 'Text/Plain: Longtoipv4',
|
||||
13 => 'Text/Plain: Sql',
|
||||
14 => 'Text/Plain: Substring',
|
||||
),
|
||||
'transformation_file' => array (
|
||||
0 => 'Application_Octetstream_Download.class.php',
|
||||
@ -124,14 +125,15 @@ class PMA_Transformation_Test extends PHPUnit_Framework_TestCase
|
||||
3 => 'Image_JPEG_Link.class.php',
|
||||
4 => 'Image_PNG_Inline.class.php',
|
||||
5 => 'Text_Plain_Append.class.php',
|
||||
6 => 'Text_Plain_Dateformat.class.php',
|
||||
7 => 'Text_Plain_External.class.php',
|
||||
8 => 'Text_Plain_Formatted.class.php',
|
||||
9 => 'Text_Plain_Imagelink.class.php',
|
||||
10 => 'Text_Plain_Link.class.php',
|
||||
11 => 'Text_Plain_Longtoipv4.class.php',
|
||||
12 => 'Text_Plain_Sql.class.php',
|
||||
13 => 'Text_Plain_Substring.class.php',
|
||||
6 => 'Text_Plain_Bool2text.class.php',
|
||||
7 => 'Text_Plain_Dateformat.class.php',
|
||||
8 => 'Text_Plain_External.class.php',
|
||||
9 => 'Text_Plain_Formatted.class.php',
|
||||
10 => 'Text_Plain_Imagelink.class.php',
|
||||
11 => 'Text_Plain_Link.class.php',
|
||||
12 => 'Text_Plain_Longtoipv4.class.php',
|
||||
13 => 'Text_Plain_Sql.class.php',
|
||||
14 => 'Text_Plain_Substring.class.php',
|
||||
),
|
||||
),
|
||||
PMA_getAvailableMIMEtypes()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user