Add boilerplate.
This commit is contained in:
2023-07-17 22:15:32 +02:00
commit a246677d6a
6 changed files with 1667 additions and 0 deletions

16
tests/MDPuqiTest.php Normal file
View File

@ -0,0 +1,16 @@
<?PHP
/**
* Tests for PUQI.
*
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
*/
declare(strict_types = 1);
use PHPUnit\Framework\TestCase;
/**
* Tests for PUQI.
*/
final class MDPuqiTest extends TestCase {
}