mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 17:12:41 +00:00
9d5dab249c
May not actually work yet
10 lines
No EOL
165 B
PHP
10 lines
No EOL
165 B
PHP
<?php
|
|
declare(strict_types=1);
|
|
namespace JKingWeb\NewsSync;
|
|
|
|
|
|
class TestDatabase extends \PHPUnit\Framework\TestCase {
|
|
use Test\Tools, Test\Db\Tools;
|
|
|
|
|
|
} |