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/libraries/PMA_generateCommonUrl_test.php')
-rw-r--r--test/libraries/PMA_generateCommonUrl_test.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/libraries/PMA_generateCommonUrl_test.php b/test/libraries/PMA_generateCommonUrl_test.php
index fd58d88ef1..281b8b9d09 100644
--- a/test/libraries/PMA_generateCommonUrl_test.php
+++ b/test/libraries/PMA_generateCommonUrl_test.php
@@ -129,4 +129,3 @@ class PMA_GenerateCommonURL_Test extends PHPUnit_Framework_TestCase
$this->assertEquals($expected, PMA_URL_getCommon());
}
}
-?>