Fix transformation test

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2020-03-20 23:00:57 -04:00
parent 28a79c9d09
commit 2ee7e9840f

View File

@ -399,10 +399,10 @@ class TransformationPluginsTest extends PmaTestCase
. ' data via standard input. Returns the standard output of the'
. ' application. The default is Tidy, to pretty-print HTML code.'
. ' For security reasons, you have to manually edit the file'
. ' libraries/classes/Plugins/Transformations/Output/Text_Plain_External'
. ' libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin'
. '.php and list the tools you want to make available.'
. ' The first option is then the number of the program you want to'
. ' use and the second option is the parameters for the program.'
. ' use. The second option should be blank for historical reasons.'
. ' The third option, if set to 1, will convert the output using'
. ' htmlspecialchars() (Default 1). The fourth option, if set to 1,'
. ' will prevent wrapping and ensure that the output appears all on'