aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php
blob: 4470e5810952d66a5e61f74dd61bda9f82662093 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

namespace Sabre\CalDAV\Backend;

class PDOSqliteTest extends AbstractPDOTest
{
    public $driver = 'sqlite';
}