Add autoloader for tests, phpunit config

This commit is contained in:
2023-11-06 23:46:30 +01:00
parent 53c645b132
commit 631debcfd8
8 changed files with 118 additions and 18 deletions

View File

@ -6,8 +6,6 @@
*/
declare(strict_types = 1);
use PHPUnit\Framework\TestCase;
require_once __DIR__ . "/../src/NodaNameSplitter.php";
require_once __DIR__ . "/../../MD_STD/src/MD_STD.php";
/**
* This script contains tests for the actor name splitter.
@ -18,6 +16,7 @@ final class NodaNameSplitterTest extends TestCase {
*
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
* @group ValidOutput
* @small
*
* @return void
*/
@ -49,6 +48,7 @@ final class NodaNameSplitterTest extends TestCase {
*
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
* @group ValidOutput
* @small
*
* @return void
*/