Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2020-03-21 06:00:57 +0300
committerIsaac Bennetch <bennetch@gmail.com>2020-03-21 06:00:57 +0300
commit2ee7e9840fa733c17304399bb0dd7361c970ca97 (patch)
treeadb5c1ab66d8a1ced29f59e2a121ea6d676cdb96 /test
parent28a79c9d09fc87c489f13a611c9f9bf2ece8f4b9 (diff)
Fix transformation test
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/classes/Plugins/Transformations/TransformationPluginsTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/classes/Plugins/Transformations/TransformationPluginsTest.php b/test/classes/Plugins/Transformations/TransformationPluginsTest.php
index 6962980a0b..e2286fd614 100644
--- a/test/classes/Plugins/Transformations/TransformationPluginsTest.php
+++ b/test/classes/Plugins/Transformations/TransformationPluginsTest.php
@@ -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'