mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-06 12:17:58 +00:00
Code optimation by PHP-Code Sniffer
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace tests\unit\Attribut;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Infinito\Attribut\NameSourceAttributInterface;
|
||||
use Infinito\Attribut\NameSourceAttribut;
|
||||
use Infinito\Attribut\NameSourceAttributInterface;
|
||||
use Infinito\Entity\Source\Primitive\Name\NameSourceInterface;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class NameSourceAttributTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user