tui/tests/Unit/MatcherTest.php

14 lines
192 B
PHP
Raw Normal View History

2026-08-21 21:34:02 +02:00
<?php
namespace Myrmidex\AnagramFinder\Tests\Unit;
use PHPUnit\Framework\TestCase;
final class MatcherTest extends TestCase
{
public function testCheck()
{
return;
}
}