13 lines
192 B
PHP
13 lines
192 B
PHP
<?php
|
|
|
|
namespace Myrmidex\AnagramFinder\Tests\Unit;
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
final class MatcherTest extends TestCase
|
|
{
|
|
public function testCheck()
|
|
{
|
|
return;
|
|
}
|
|
}
|