Add a class NodaNameSplitterTest, for now splitting names into given

name and family name
This commit is contained in:
2021-05-04 23:04:41 +02:00
parent 1dd05a3822
commit bde3c2cb9e
4 changed files with 130 additions and 14 deletions

View File

@ -13,7 +13,6 @@ require_once __DIR__ . "/../../MD_STD/src/MD_STD.php";
* Tests for home page.
*/
final class NodaTimeSplitterTest extends TestCase {
/**
* Test to check whether the HTML page is correctly generated.
*
@ -525,5 +524,4 @@ final class NodaTimeSplitterTest extends TestCase {
# self::assertEquals($output, []);
}
}