<?php declare(strict_types=1); namespace JKingWeb\NewsSync; class TestDatabase extends \PHPUnit\Framework\TestCase { use Test\Tools, Test\Db\Tools; }