diff options
author | Valery Piashchynski <[email protected]> | 2021-09-16 17:12:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-16 17:12:37 +0300 |
commit | f3491c089b4da77fd8d2bc942a88b6b8d117a8a5 (patch) | |
tree | 32bfffb1f24eeee7b909747cc00a6a6b9fd3ee83 /tests/plugins/service/test_files | |
parent | 5d2cd55ab522d4f1e65a833f91146444465a32ac (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.php | 6 | ||||
-rwxr-xr-x | tests/plugins/service/test_files/test_binary | bin | 1363968 -> 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 Binary files differdeleted file mode 100755 index 480fb7e2..00000000 --- a/tests/plugins/service/test_files/test_binary +++ /dev/null |