Fix phpunit test
This commit is contained in:
parent
f6dcb2860a
commit
f8403d5020
@ -25,7 +25,7 @@ CronDelete=Delete scheduled jobs
|
|||||||
CronConfirmDelete=Are you sure you want to delete these scheduled jobs?
|
CronConfirmDelete=Are you sure you want to delete these scheduled jobs?
|
||||||
CronExecute=Launch scheduled job
|
CronExecute=Launch scheduled job
|
||||||
CronConfirmExecute=Are you sure you want to execute these scheduled jobs now?
|
CronConfirmExecute=Are you sure you want to execute these scheduled jobs now?
|
||||||
CronInfo=Scheduled job module allow to execute job that have been planned
|
CronInfo=Scheduled job module allows to schedule jobs to execute them automatically. Jobs can also be started manually.
|
||||||
CronTask=Job
|
CronTask=Job
|
||||||
CronNone=None
|
CronNone=None
|
||||||
CronDtStart=Not before
|
CronDtStart=Not before
|
||||||
@ -76,4 +76,4 @@ UseMenuModuleToolsToAddCronJobs=Go into menu "Home - Admin tools - Scheduled job
|
|||||||
JobDisabled=Job disabled
|
JobDisabled=Job disabled
|
||||||
MakeLocalDatabaseDumpShort=Local database backup
|
MakeLocalDatabaseDumpShort=Local database backup
|
||||||
MakeLocalDatabaseDump=Create a local database dump
|
MakeLocalDatabaseDump=Create a local database dump
|
||||||
WarningCronDelayed=Attention, for performance purpose, whatever is next date of execution of active jobs, your jobs may be delayed to a maximum of %s hours, before being run.
|
WarningCronDelayed=Attention, for performance purpose, whatever is next date of execution of enabled jobs, your jobs may be delayed to a maximum of %s hours, before being run.
|
||||||
|
|||||||
@ -106,7 +106,7 @@ class AllTests
|
|||||||
require_once dirname(__FILE__).'/CodingSqlTest.php';
|
require_once dirname(__FILE__).'/CodingSqlTest.php';
|
||||||
$suite->addTestSuite('CodingSqlTest');
|
$suite->addTestSuite('CodingSqlTest');
|
||||||
require_once dirname(__FILE__).'/CodingPhpTest.php';
|
require_once dirname(__FILE__).'/CodingPhpTest.php';
|
||||||
$suite->addTestSuite('PhpTest');
|
$suite->addTestSuite('CodingPhpTest');
|
||||||
|
|
||||||
require_once dirname(__FILE__).'/SecurityTest.php';
|
require_once dirname(__FILE__).'/SecurityTest.php';
|
||||||
$suite->addTestSuite('SecurityTest');
|
$suite->addTestSuite('SecurityTest');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user