mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
c6b7e653c5
The update process neglects to handle enclosures; this will have to be fixed
9 lines
No EOL
239 B
PHP
9 lines
No EOL
239 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
namespace JKingWeb\Arsse;
|
|
|
|
class TestDatabaseFeedSQLite3 extends \PHPUnit\Framework\TestCase {
|
|
use Test\Tools, Test\Database\Setup;
|
|
use Test\Database\DriverSQLite3;
|
|
use Test\Database\SeriesFeed;
|
|
} |