Repair broken tests due to namespace change

This commit is contained in:
myrmidex 2026-08-22 19:48:20 +02:00
parent 3609b86eda
commit ea6b55e0c9
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?php <?php
namespace Myrmidex\AnagramFinder; namespace Lvl0\AnagramFinder\Core;
use Illuminate\Support\Collection; use Illuminate\Support\Collection;
use Illuminate\Support\LazyCollection; use Illuminate\Support\LazyCollection;

View file

@ -1,8 +1,8 @@
<?php <?php
namespace Myrmidex\AnagramFinder\Tests\Unit; namespace Lvl0\AnagramFinder\Core\Tests\Unit;
use Myrmidex\AnagramFinder\Matcher; use Lvl0\AnagramFinder\Core\Matcher;
use PHPUnit\Framework\Attributes\DataProvider; use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;