JobCommandTest
extends TestCase
uses
ConsoleIntegrationTestTrait
-
uses
-
JobCommand
Table of Contents
Properties
-
$fixtures
: array<string|int, string>
Methods
-
setUp()
: void
-
tearDown()
: void
-
testExecute()
: void
-
testExecuteClean()
: void
-
testExecuteFlush()
: void
-
testExecuteRemove()
: void
-
testExecuteRemoveAll()
: void
-
testExecuteRerun()
: void
-
testExecuteRerunAll()
: void
-
testExecuteView()
: void
-
createJob()
: QueuedJob
$fixtures
protected
array<string|int, string>
$fixtures
= ['plugin.Queue.QueuedJobs']
setUp()
public
setUp() : void
tearDown()
public
tearDown() : void
testExecute()
public
testExecute() : void
testExecuteClean()
public
testExecuteClean() : void
testExecuteFlush()
public
testExecuteFlush() : void
testExecuteRemove()
public
testExecuteRemove() : void
testExecuteRemoveAll()
public
testExecuteRemoveAll() : void
testExecuteRerun()
public
testExecuteRerun() : void
testExecuteRerunAll()
public
testExecuteRerunAll() : void
testExecuteView()
public
testExecuteView() : void
createJob()
protected
createJob([array<string|int, mixed> $data = [] ]) : QueuedJob
Parameters
-
$data
: array<string|int, mixed>
= []
-