ProcessorTest
extends TestCase
in package
uses
TestTrait
Table of Contents
Properties
- $fixtures : array<string|int, string>
- $Processor : Processor
Methods
- setUp() : void
- testMemoryUsage() : void
- testRun() : void
- testStringToArray() : void
- testTimeNeeded() : 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']
$Processor
protected
Processor
$Processor
Methods
setUp()
public
setUp() : void
testMemoryUsage()
public
testMemoryUsage() : void
testRun()
public
testRun() : void
testStringToArray()
public
testStringToArray() : void
testTimeNeeded()
public
testTimeNeeded() : void
_needsConnection()
Helper method for skipping tests that need a real connection.
protected
_needsConnection() : void