MediaWiki
REL1_22
|
This class will test BagOStuff. More...
Public Member Functions | |
testAdd () | |
testGet () | |
testGetMulti () | |
testIncr () | |
BagOStuff::incr | |
testMerge () | |
Protected Member Functions | |
setUp () | |
setUp and tearDown should (where significant) happen in reverse order. | |
tearDown () | |
Private Attributes | |
$cache |
This class will test BagOStuff.
Definition at line 7 of file BagOStuffTest.php.
BagOStuffTest::setUp | ( | ) | [protected] |
setUp and tearDown should (where significant) happen in reverse order.
Reimplemented from MediaWikiTestCase.
Definition at line 10 of file BagOStuffTest.php.
References $name, cache, MediaWikiTestCase\getCliArg(), ObjectCache\newFromId(), and wfMemcKey().
BagOStuffTest::tearDown | ( | ) | [protected] |
Reimplemented from MediaWikiTestCase.
Definition at line 26 of file BagOStuffTest.php.
Definition at line 108 of file BagOStuffTest.php.
References $key, cache, and wfMemcKey().
Definition at line 113 of file BagOStuffTest.php.
References $key, $value, array(), cache, and wfMemcKey().
Definition at line 133 of file BagOStuffTest.php.
References array(), cache, and wfMemcKey().
Definition at line 124 of file BagOStuffTest.php.
References $key, cache, and wfMemcKey().
Definition at line 29 of file BagOStuffTest.php.
References $cache, $key, cache, MediaWikiTestCase\getCliArg(), and wfMemcKey().
BagOStuffTest::$cache [private] |
Definition at line 8 of file BagOStuffTest.php.
Referenced by testMerge().