Method |
Description |
|
createTable ( Doctrine\DBAL\Connection $connection ) : boolean |
Create the table if it dos not exists |
|
dropTable ( Doctrine\DBAL\Connection $connection ) : boolean |
Drop the table if it exists |
|
getTests ( Doctrine\DBAL\Connection $connection, DateTime $start, DateTime $end, String $unit ) : mixed[] |
Get test per day between dates |
|
store ( Doctrine\DBAL\Connection $connection, mixed[] $result ) : boolean |
Store a test suite result |
|
truncateTable ( Doctrine\DBAL\Connection $connection ) : boolean |
Truncate the table |
|