aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php
blob: 549e0bd60e50187f19bf2e5080e43ac59871713a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

declare(strict_types=1);

namespace Sabre\DAVACL\PrincipalBackend;

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