renamed test according to naming conventions

This commit is contained in:
Sebastian Mendel
2007-04-01 08:23:23 +00:00
parent 8da1b5a730
commit 0848d0f654
2 changed files with 1 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ require_once './test/PMA_get_real_size_test.php';
require_once './test/PMA_sanitize_test.php';
require_once './test/PMA_pow_test.php';
require_once './test/Environment_test.php';
require_once './test/escape_js_string.php';
require_once './test/PMA_escapeJsString_test.php';
require_once './test/PMA_isValid_test.php';
require_once './test/PMA_transformation_getOptions_test.php';