summaryrefslogtreecommitdiff
path: root/tests/plugins/service/test_files
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-09-16 17:12:37 +0300
committerValery Piashchynski <[email protected]>2021-09-16 17:12:37 +0300
commitf3491c089b4da77fd8d2bc942a88b6b8d117a8a5 (patch)
tree32bfffb1f24eeee7b909747cc00a6a6b9fd3ee83 /tests/plugins/service/test_files
parent5d2cd55ab522d4f1e65a833f91146444465a32ac (diff)
Move plugins to a separate repository
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/service/test_files')
-rw-r--r--tests/plugins/service/test_files/loop.php6
-rwxr-xr-xtests/plugins/service/test_files/test_binarybin1363968 -> 0 bytes
2 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);
-}
-?>
diff --git a/tests/plugins/service/test_files/test_binary b/tests/plugins/service/test_files/test_binary
deleted file mode 100755
index 480fb7e2..00000000
--- a/tests/plugins/service/test_files/test_binary
+++ /dev/null
Binary files differ