| Conditions | 3 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 33 | public function testCheck() |
||
| 34 | { |
||
| 35 | if (extension_loaded('PDO') === false || extension_loaded('pdo_mysql') === false) { |
||
| 36 | $this->markTestSkipped('PHP Extensions "PDO" and "pdo_mysql" are required, but not available'); |
||
| 37 | } |
||
| 38 | |||
| 39 | $this->assertTrue($this->checkInstance->check()); |
||
| 40 | } |
||
| 41 | |||
| 56 | } |