diff --git a/test/AllTests.php b/test/AllTests.php index c14309d13..e18e9ed7c 100644 --- a/test/AllTests.php +++ b/test/AllTests.php @@ -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'; diff --git a/test/escape_js_string.php b/test/PMA_escapeJsString_test.php similarity index 100% rename from test/escape_js_string.php rename to test/PMA_escapeJsString_test.php