Fix edge case 200 b.c. in NodaSplitTime
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user