mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
namespace tests\unit\Entity;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\Entity\User;
|
||||
use App\Entity\Source\Complex\UserSource;
|
||||
use App\Entity\UserInterface;
|
||||
use Infinito\Entity\User;
|
||||
use Infinito\Entity\Source\Complex\UserSource;
|
||||
use Infinito\Entity\UserInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
use App\Entity\Source\UserSource;
|
||||
use Infinito\Entity\Source\UserSource;
|
||||
*/
|
||||
class UserTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user