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

declare(strict_types=1);

namespace Sabre\CalDAV\Backend;

class PDOMySQLTest extends AbstractPDOTest
{
    public $driver = 'mysql';
}