| 1 | <?php |
||
| 10 | class VoidCacheTest extends \PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | public function testShouldAlwaysReturnFalseOnContains() |
||
| 19 | |||
| 20 | public function testShouldAlwaysReturnFalseOnFetch() |
||
| 27 | |||
| 28 | public function testShouldAlwaysReturnTrueOnSaveButNotStoreAnything() |
||
| 37 | |||
| 38 | public function testShouldAlwaysReturnTrueOnDelete() |
||
| 44 | |||
| 45 | public function testShouldAlwaysReturnNullOnGetStatus() |
||
| 51 | |||
| 52 | public function testShouldAlwaysReturnTrueOnFlush() |
||
| 58 | } |
||
| 59 |