Conditions | 1 |
Paths | 1 |
Total Lines | 13 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
15 | protected function setUp() |
||
16 | { |
||
17 | $this->testArray = [ |
||
18 | 'server has gone away', |
||
19 | 'no connection to the server', |
||
20 | 'Lost connection', |
||
21 | 'is dead or not enabled', |
||
22 | 'Error while sending', |
||
23 | 'decryption failed or bad record mac', |
||
24 | 'SSL connection has been closed unexpectedly', |
||
25 | 'Deadlock found when trying to get lock', |
||
26 | ]; |
||
27 | } |
||
28 | |||
39 |