1 | <?php |
||
11 | * @coversNothing |
||
12 | */ |
||
13 | final class CacheIntegrationTest extends SimpleCacheTest |
||
14 | { |
||
15 | /** |
||
16 | * @return \Psr\SimpleCache\CacheInterface that is used in the tests |
||
17 | */ |
||
18 | public function createSimpleCache() : \Psr\SimpleCache\CacheInterface |
||
22 | |||
23 | protected function setUp() : void |
||
43 | } |
||
44 |