aboutsummaryrefslogtreecommitdiffstats
path: root/tests/console/cron/tasks/simple_ready.php
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2014-06-02 16:21:25 +0200
committerTristan Darricau <github@nicofuma.fr>2014-06-02 16:21:25 +0200
commitc3ccef10d191c9d6ff5d655074a2a0b436788bcd (patch)
tree0b7da89d8b48bd9e7c39a7c9a1f7d3f5f076fae7 /tests/console/cron/tasks/simple_ready.php
parent85e8d1c2efd5f3746ebd50c91ba9e95a98ecb28c (diff)
downloadforums-c3ccef10d191c9d6ff5d655074a2a0b436788bcd.tar
forums-c3ccef10d191c9d6ff5d655074a2a0b436788bcd.tar.gz
forums-c3ccef10d191c9d6ff5d655074a2a0b436788bcd.tar.bz2
forums-c3ccef10d191c9d6ff5d655074a2a0b436788bcd.tar.xz
forums-c3ccef10d191c9d6ff5d655074a2a0b436788bcd.zip
[ticket/12602] Cleanup tests
PHPBB3-12602
Diffstat (limited to 'tests/console/cron/tasks/simple_ready.php')
-rw-r--r--tests/console/cron/tasks/simple_ready.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/console/cron/tasks/simple_ready.php b/tests/console/cron/tasks/simple_ready.php
index 245d9ba738..47970e104f 100644
--- a/tests/console/cron/tasks/simple_ready.php
+++ b/tests/console/cron/tasks/simple_ready.php
@@ -1,12 +1,7 @@
<?php
-class phpbb_cron_task_core_simple_ready extends \phpbb\cron\task\base
+class phpbb_cron_task_simple_ready extends \phpbb\cron\task\base
{
- public function get_name()
- {
- return get_class($this);
- }
-
public function run()
{
}