diff options
Diffstat (limited to 'tests/plugins/service/test_files')
-rw-r--r-- | tests/plugins/service/test_files/loop.php | 6 | ||||
-rwxr-xr-x | tests/plugins/service/test_files/test_binary | bin | 0 -> 1363968 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/tests/plugins/service/test_files/loop.php b/tests/plugins/service/test_files/loop.php new file mode 100644 index 00000000..6ba488ef --- /dev/null +++ b/tests/plugins/service/test_files/loop.php @@ -0,0 +1,6 @@ +<?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 Binary files differnew file mode 100755 index 00000000..480fb7e2 --- /dev/null +++ b/tests/plugins/service/test_files/test_binary |