aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cron/task2/testmod/simple_should_not_run.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cron/task2/testmod/simple_should_not_run.php')
-rw-r--r--tests/cron/task2/testmod/simple_should_not_run.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/cron/task2/testmod/simple_should_not_run.php b/tests/cron/task2/testmod/simple_should_not_run.php
deleted file mode 100644
index 14ba4cdbd3..0000000000
--- a/tests/cron/task2/testmod/simple_should_not_run.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-class phpbb_cron_task_testmod_simple_should_not_run extends phpbb_cron_task_base
-{
- public function run()
- {
- }
-
- public function should_run()
- {
- return false;
- }
-}