Repair broken tests due to namespace change
This commit is contained in:
parent
3609b86eda
commit
ea6b55e0c9
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Myrmidex\AnagramFinder;
|
||||
namespace Lvl0\AnagramFinder\Core;
|
||||
|
||||
use Illuminate\Support\Collection;
|
||||
use Illuminate\Support\LazyCollection;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<?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\TestCase;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue