Initial
Add boilerplate.
This commit is contained in:
16
tests/MDPuqiTest.php
Normal file
16
tests/MDPuqiTest.php
Normal 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 {
|
||||
|
||||
}
|
Reference in New Issue
Block a user