mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace tests\unit\Entity\Source\Primitive;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Infinito\Entity\Source\Primitive\Name\NameSourceInterface;
|
||||
use Infinito\Entity\Source\Primitive\Name\AbstractNameSource;
|
||||
use Infinito\Entity\Source\Primitive\Name\NameSourceInterface;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace Tests\Unit\Entity\Source\Primitive\Text;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Infinito\Entity\Source\Primitive\Text\TextSourceInterface;
|
||||
use Infinito\Entity\Source\Primitive\Text\TextSource;
|
||||
use Infinito\Entity\Source\Primitive\Text\TextSourceInterface;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class TextSourceTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user