QueueControllerTest
extends TestCase
in package
uses
IntegrationTestTrait, TestAuthenticationHelperTrait
Tags
Table of Contents
Properties
- $fixtures : array<string|int, string>
Methods
- setUp() : void
- testAddJob() : void
- testFlush() : void
- testHardReset() : void
- testIndex() : void
- Test index method
- testLoadHelpers() : void
- testProcesses() : void
- testProcessesEnd() : void
- testRemoveJob() : void
- testReset() : void
- testResetJob() : void
- testResetJobRedirect() : void
- testResetJobRedirectInvalid() : void
- testResetJobRedirectReferer() : void
- _needsConnection() : void
- Helper method for skipping tests that need a real connection.
Properties
$fixtures
protected
array<string|int, string>
$fixtures
= ['plugin.Queue.QueuedJobs', 'plugin.Queue.QueueProcesses']
Methods
setUp()
public
setUp() : void
testAddJob()
public
testAddJob() : void
testFlush()
public
testFlush() : void
testHardReset()
public
testHardReset() : void
testIndex()
Test index method
public
testIndex() : void
testLoadHelpers()
public
testLoadHelpers() : void
testProcesses()
public
testProcesses() : void
testProcessesEnd()
public
testProcessesEnd() : void
testRemoveJob()
public
testRemoveJob() : void
testReset()
public
testReset() : void
testResetJob()
public
testResetJob() : void
testResetJobRedirect()
public
testResetJobRedirect() : void
testResetJobRedirectInvalid()
public
testResetJobRedirectInvalid() : void
testResetJobRedirectReferer()
public
testResetJobRedirectReferer() : void
_needsConnection()
Helper method for skipping tests that need a real connection.
protected
_needsConnection() : void