|
MediaWiki
REL1_23
|
JobQueue medium Database More...


Public Member Functions | |
| __construct ($name=null, array $data=array(), $dataName= '') | |
| newDedupedJob ($i=0, $rootJob=array()) | |
| newJob ($i=0, $rootJob=array()) | |
| testBasicDeduplication ($queue, $recycles, $desc) | |
| provider_queueLists JobQueue | |
| testBasicOperations ($queue, $recycles, $desc) | |
| provider_queueLists JobQueue | |
| testGetType ($queue, $recycles, $desc) | |
| provider_queueLists JobQueue::getType | |
| testGetWiki ($queue, $recycles, $desc) | |
| provider_queueLists JobQueue::getWiki | |
| testJobOrder ($queue, $recycles, $desc) | |
| provider_fifoQueueLists JobQueue | |
| testRootDeduplication ($queue, $recycles, $desc) | |
| provider_queueLists JobQueue | |
Static Public Member Functions | |
| static | provider_fifoQueueLists () |
| static | provider_queueLists () |
Public Attributes | |
| $queueFifo | |
| $queueFifoTTL | |
| $queueRandTTL | |
Protected Member Functions | |
| setUp () | |
| tearDown () | |
Protected Attributes | |
| $key | |
| $queueRand | |
JobQueue medium Database
Definition at line 8 of file JobQueueTest.php.
| JobQueueTest::__construct | ( | $ | name = null, |
| array $ | data = array(), |
||
| $ | dataName = '' |
||
| ) |
Reimplemented from MediaWikiTestCase.
Definition at line 12 of file JobQueueTest.php.
References $name.
| JobQueueTest::newDedupedJob | ( | $ | i = 0, |
| $ | rootJob = array() |
||
| ) |
Definition at line 340 of file JobQueueTest.php.
References array(), and Title\newMainPage().
Referenced by testBasicDeduplication().
| JobQueueTest::newJob | ( | $ | i = 0, |
| $ | rootJob = array() |
||
| ) |
Definition at line 335 of file JobQueueTest.php.
References array(), and Title\newMainPage().
Referenced by testBasicOperations(), and testRootDeduplication().
| static JobQueueTest::provider_fifoQueueLists | ( | ) | [static] |
Definition at line 328 of file JobQueueTest.php.
References array().
| static JobQueueTest::provider_queueLists | ( | ) | [static] |
Definition at line 317 of file JobQueueTest.php.
References array().
| JobQueueTest::setUp | ( | ) | [protected] |
Reimplemented from MediaWikiTestCase.
Definition at line 18 of file JobQueueTest.php.
References $e, $name, array(), as, JobQueue\factory(), MediaWikiTestCase\getCliArg(), global, MediaWikiTestCase\setMwGlobals(), wfRandomString(), and wfWikiID().
| JobQueueTest::tearDown | ( | ) | [protected] |
Reimplemented from MediaWikiTestCase.
Definition at line 56 of file JobQueueTest.php.
| JobQueueTest::testBasicDeduplication | ( | $ | queue, |
| $ | recycles, | ||
| $ | desc | ||
| ) |
provider_queueLists JobQueue
Definition at line 174 of file JobQueueTest.php.
References array(), and newDedupedJob().
| JobQueueTest::testBasicOperations | ( | $ | queue, |
| $ | recycles, | ||
| $ | desc | ||
| ) |
provider_queueLists JobQueue
Definition at line 99 of file JobQueueTest.php.
| JobQueueTest::testGetType | ( | $ | queue, |
| $ | recycles, | ||
| $ | desc | ||
| ) |
provider_queueLists JobQueue::getType
Definition at line 87 of file JobQueueTest.php.
| JobQueueTest::testGetWiki | ( | $ | queue, |
| $ | recycles, | ||
| $ | desc | ||
| ) |
provider_queueLists JobQueue::getWiki
Definition at line 75 of file JobQueueTest.php.
References wfWikiID().
| JobQueueTest::testJobOrder | ( | $ | queue, |
| $ | recycles, | ||
| $ | desc | ||
| ) |
provider_fifoQueueLists JobQueue
Definition at line 286 of file JobQueueTest.php.
| JobQueueTest::testRootDeduplication | ( | $ | queue, |
| $ | recycles, | ||
| $ | desc | ||
| ) |
provider_queueLists JobQueue
Definition at line 232 of file JobQueueTest.php.
References $job, array(), newJob(), Job\newRootJobParams(), and wfRandomString().
JobQueueTest::$key [protected] |
Definition at line 9 of file JobQueueTest.php.
| JobQueueTest::$queueFifo |
Definition at line 10 of file JobQueueTest.php.
| JobQueueTest::$queueFifoTTL |
Definition at line 10 of file JobQueueTest.php.
JobQueueTest::$queueRand [protected] |
Definition at line 10 of file JobQueueTest.php.
| JobQueueTest::$queueRandTTL |
Definition at line 10 of file JobQueueTest.php.