Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
23 | protected function setUp() : void |
||
24 | { |
||
25 | parent::setUp(); |
||
26 | |||
27 | // @todo: Let's make these tests pass |
||
28 | $this->skippedTests['testObjectDoesNotChangeInCache'] = true; |
||
29 | |||
30 | // https://github.com/php-cache/integration-tests/pull/74/files |
||
31 | $this->skippedTests['testSetMultipleWithIntegerArrayKey'] = true; |
||
32 | } |
||
33 | } |
||
34 |