Time splitter: Handle first/second half

Close #31
This commit is contained in:
2025-04-05 00:09:39 +02:00
parent 8491b62a83
commit e8edb4a459
3 changed files with 25 additions and 2 deletions

View File

@ -6,12 +6,14 @@
*/
declare(strict_types = 1);
use PHPUnit\Framework\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\Small;
/**
* This script contains tests for the actor name splitter.
*
* @covers \NodaNameSplitter
*/
#[Small]
#[CoversClass(\NodaIDGetter::class)]
final class NodaNameSplitterTest extends TestCase {
/**
* Test to check whether the HTML page is correctly generated.