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,7 +3,7 @@
|
||||
namespace Tests\Unit\Form;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\Form\AbstractType;
|
||||
use Infinito\Form\AbstractType;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
||||
|
||||
|
@@ -3,8 +3,8 @@
|
||||
namespace tests\Unit\Form\Source;
|
||||
|
||||
use Symfony\Component\Form\Test\TypeTestCase;
|
||||
use App\Entity\Source\PureSource;
|
||||
use App\Form\Source\PureSourceCreateType;
|
||||
use Infinito\Entity\Source\PureSource;
|
||||
use Infinito\Form\Source\PureSourceCreateType;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@@ -3,10 +3,10 @@
|
||||
namespace Tests\Unit\Form;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\Form\AbstractType;
|
||||
use Infinito\Form\AbstractType;
|
||||
use Symfony\Component\Form\FormBuilderInterface;
|
||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
||||
use App\Form\UserSourceType;
|
||||
use Infinito\Form\UserSourceType;
|
||||
|
||||
/**
|
||||
* This class just exists to keep the code coverage high.
|
||||
|
@@ -3,9 +3,9 @@
|
||||
namespace Tests\Unit\Form;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use App\Form\AbstractType;
|
||||
use Infinito\Form\AbstractType;
|
||||
use Symfony\Component\OptionsResolver\OptionsResolver;
|
||||
use App\Form\UserType;
|
||||
use Infinito\Form\UserType;
|
||||
use Symfony\Component\Form\FormBuilder;
|
||||
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
||||
use Symfony\Component\Form\FormFactoryInterface;
|
||||
|
Reference in New Issue
Block a user