-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename tests Functional namespace to Integration
- Loading branch information
Showing
13 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Elao <[email protected]> | ||
*/ | ||
|
||
namespace Elao\Enum\Tests\Fixtures\Functional\Symfony\TestBundle\Controller; | ||
namespace Elao\Enum\Tests\Fixtures\Integration\Symfony\TestBundle\Controller; | ||
|
||
use Elao\Enum\Bridge\Symfony\Form\Type\EnumType; | ||
use Elao\Enum\Bridge\Symfony\Form\Type\FlaggedEnumType; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Elao <[email protected]> | ||
*/ | ||
|
||
namespace Elao\Enum\Tests\Fixtures\Functional\Symfony\TestBundle\Entity; | ||
namespace Elao\Enum\Tests\Fixtures\Integration\Symfony\TestBundle\Entity; | ||
|
||
use Doctrine\ORM\Mapping as ORM; | ||
use Elao\Enum\Tests\Fixtures\Enum\Gender; | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Elao <[email protected]> | ||
*/ | ||
|
||
namespace Elao\Enum\Tests\Fixtures\Functional\Symfony\TestBundle; | ||
namespace Elao\Enum\Tests\Fixtures\Integration\Symfony\TestBundle; | ||
|
||
use Symfony\Component\HttpKernel\Bundle\Bundle; | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
* @author Elao <[email protected]> | ||
*/ | ||
|
||
namespace Elao\Enum\Tests\Functional\Bridge\Doctrine\DBAL\Type; | ||
namespace Elao\Enum\Tests\Integration\Bridge\Doctrine\DBAL\Type; | ||
|
||
use Doctrine\Common\DataFixtures\Purger\ORMPurger; | ||
use Doctrine\ORM\EntityManagerInterface; | ||
use Elao\Enum\Tests\Fixtures\Enum\Gender; | ||
use Elao\Enum\Tests\Fixtures\Functional\Symfony\TestBundle\Entity\User; | ||
use Elao\Enum\Tests\Fixtures\Integration\Symfony\TestBundle\Entity\User; | ||
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase; | ||
|
||
class EnumTypeTest extends KernelTestCase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* @author Elao <[email protected]> | ||
*/ | ||
|
||
namespace Elao\Enum\Tests\Functional\Bridge\Symfony\Form; | ||
namespace Elao\Enum\Tests\Integration\Bridge\Symfony\Form; | ||
|
||
use Elao\Enum\Tests\Fixtures\Enum\Gender; | ||
use Elao\Enum\Tests\Fixtures\Enum\Permissions; | ||
|