Fix edge case 200 b.c. in NodaSplitTime

This commit is contained in:
2024-07-08 01:27:03 +02:00
parent 27528c9cf7
commit 58d3569718
4 changed files with 47 additions and 11 deletions

View File

@ -5,13 +5,16 @@
* @author Joshua Ramon Enslin <joshua@museum-digital.de>
*/
declare(strict_types = 1);
use PHPUnit\Framework\TestCase;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\Small;
/**
* Tests for setting uniform place names.
*
* @covers \NodaConsolidatedNamesForPlaces
*/
#[small]
#[CoversClass(\NodaConsolidatedNamesForPlaces::class)]
final class NodaConsolidatedNamesForPlacesTest extends TestCase {
/**
* Test that cleanup function returns expected values.