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
diff options
context:
space:
mode:
Diffstat (limited to 'test/classes/Plugins/Import/ImportXmlTest.php')
-rw-r--r--test/classes/Plugins/Import/ImportXmlTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/classes/Plugins/Import/ImportXmlTest.php b/test/classes/Plugins/Import/ImportXmlTest.php
index 4e50baf288..320d829cef 100644
--- a/test/classes/Plugins/Import/ImportXmlTest.php
+++ b/test/classes/Plugins/Import/ImportXmlTest.php
@@ -99,7 +99,6 @@ class ImportXmlTest extends PmaTestCase
__('Options'),
$properties->getOptionsText()
);
-
}
/**
@@ -161,6 +160,5 @@ class ImportXmlTest extends PmaTestCase
true,
$GLOBALS['finished']
);
-
}
}