mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +02:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
namespace Tests\Unit\Logic;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\Logic\Result\ResultInterface;
|
||||
use App\Logic\Result\Result;
|
||||
use Infinito\Logic\Result\ResultInterface;
|
||||
use Infinito\Logic\Result\Result;
|
||||
|
||||
class ResultTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user