QueuedJobsControllerTest
extends TestCase
in package
uses
IntegrationTestTrait, TestAuthenticationHelperTrait
Tags
Table of Contents
Properties
- $fixtures : array<string|int, string>
Methods
- setUp() : void
- testData() : void
- testDataPost() : void
- testDelete() : void
- testEdit() : void
- testEditPost() : void
- testImport() : void
- Test view method
- testIndex() : void
- Test index method
- testIndexSearch() : void
- Test index method
- testStats() : void
- Test index method
- testTest() : void
- Test index method
- testView() : void
- testViewJson() : void
- _needsConnection() : void
- Helper method for skipping tests that need a real connection.
- createJob() : QueuedJob
Properties
$fixtures
protected
array<string|int, string>
$fixtures
= ['plugin.Queue.QueuedJobs', 'plugin.Queue.QueueProcesses']
Methods
setUp()
public
setUp() : void
testData()
public
testData() : void
testDataPost()
public
testDataPost() : void
testDelete()
public
testDelete() : void
testEdit()
public
testEdit() : void
testEditPost()
public
testEditPost() : void
testImport()
Test view method
public
testImport() : void
testIndex()
Test index method
public
testIndex() : void
testIndexSearch()
Test index method
public
testIndexSearch() : void
testStats()
Test index method
public
testStats() : void
testTest()
Test index method
public
testTest() : void
testView()
public
testView() : void
testViewJson()
public
testViewJson() : void
_needsConnection()
Helper method for skipping tests that need a real connection.
protected
_needsConnection() : void
createJob()
protected
createJob([array<string|int, mixed> $data = [] ]) : QueuedJob
Parameters
- $data : array<string|int, mixed> = []