| Total Complexity | 2 | 
| Total Lines | 43 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 15 | class DriverFactoryTest extends TestCase | ||
| 16 | { | ||
| 17 | /** | ||
| 18 | * Tests if we can build a ltrim statement with SQLFunction | ||
| 19 | * | ||
| 20 | * @return null | ||
| 21 | */ | ||
| 22 | public function testDriverCreation() | ||
| 40 | } | ||
| 41 | |||
| 42 | /** | ||
| 43 | * Tests handling when driver does not exists | ||
| 44 | * | ||
| 45 | * @expectedException RuntimeException | ||
| 46 | */ | ||
| 47 | public function testWrongDriverCreation() | ||
| 60 | } |