src
tests
MDPlausiForLegalStatusTest.php
MDPlausiTest.php
MDPuqiTest.php
.git.template
.gitattributes
.gitignore
LICENSE
README.md
composer.json
composer.lock
phpstan.neon
17 lines
227 B
PHP
17 lines
227 B
PHP
<?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 {
|
|
|
|
}
|