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