| 1 | <?php |
||
| 17 | class NullCacheTest extends \PHPUnit_Framework_TestCase { |
||
| 18 | |||
| 19 | public function testCanConstruct() { |
||
| 26 | |||
| 27 | public function testGetName() { |
||
| 35 | |||
| 36 | public function testSave() { |
||
| 45 | |||
| 46 | public function testDelete() { |
||
| 55 | |||
| 56 | public function testContains() { |
||
| 64 | |||
| 65 | public function testFetch() { |
||
| 73 | |||
| 74 | public function testGetStats() { |
||
| 82 | |||
| 83 | } |
||
| 84 |