mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
b3f631e335
PostgreSQL and MySQL both have better locking mechanisms than what was previously implemented, as well
9 lines
No EOL
221 B
PHP
9 lines
No EOL
221 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
namespace JKingWeb\Arsse;
|
|
|
|
class TestDatabaseFolderSQLite3 extends Test\AbstractTest {
|
|
use Test\Database\Setup;
|
|
use Test\Database\DriverSQLite3;
|
|
use Test\Database\SeriesFolder;
|
|
} |