summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'pts-core/functions/pts-functions_tests.php')
-rw-r--r--pts-core/functions/pts-functions_tests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/pts-core/functions/pts-functions_tests.php b/pts-core/functions/pts-functions_tests.php
index 3dd5cd5..750dfe9 100644
--- a/pts-core/functions/pts-functions_tests.php
+++ b/pts-core/functions/pts-functions_tests.php
@@ -125,6 +125,7 @@ function pts_save_result($save_to = null, $save_results = null)
if(getenv("REVERSE_GRAPH_PLOTTING") != false)
{
+ // Plot results in reverse order on graphs if REVERSE_GRAPH_PLOTTING env variable is set
$results_identifiers[$i] = array_reverse($results_identifiers[$i]);
$results_values[$i] = array_reverse($results_values[$i]);
}