summaryrefslogtreecommitdiff
path: root/tests/plugins/service/test_files/loop.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/service/test_files/loop.php')
-rw-r--r--tests/plugins/service/test_files/loop.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/plugins/service/test_files/loop.php b/tests/plugins/service/test_files/loop.php
deleted file mode 100644
index 6ba488ef..00000000
--- a/tests/plugins/service/test_files/loop.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-for ($x = 0; $x <= 1000; $x++) {
- sleep(1);
- error_log("The number is: $x", 0);
-}
-?>