Files
piratepoet/tests/integration/Cron/CronTriggerMockMethod.php

9 lines
120 B
PHP

<?php
namespace MailPoet\Cron\Triggers;
class CronTriggerMockMethod {
static function run() {
return true;
}
}