streams/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php

10 lines
119 B
PHP
Raw Normal View History

<?php
namespace Sabre\CalDAV\Backend;
class PDOMySQLTest extends AbstractPDOTest {
2016-05-28 15:46:24 +00:00
public $driver = 'mysql';
}