mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-24 11:59:31 +00:00
Removed unused imports
This commit is contained in:
parent
13209c3236
commit
63df16a369
79 changed files with 0 additions and 169 deletions
|
|
@ -23,7 +23,6 @@ namespace App\Tests\Services\ImportExportSystem;
|
|||
use App\Entity\ProjectSystem\Project;
|
||||
use App\Entity\ProjectSystem\ProjectBOMEntry;
|
||||
use App\Services\ImportExportSystem\BOMImporter;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
use Symfony\Component\HttpFoundation\File\File;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ use App\Entity\Attachments\AttachmentType;
|
|||
use App\Entity\Parts\Category;
|
||||
use App\Entity\Parts\Part;
|
||||
use App\Entity\UserSystem\User;
|
||||
use App\Services\Formatters\AmountFormatter;
|
||||
use App\Services\ImportExportSystem\EntityImporter;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
use Symfony\Component\Validator\ConstraintViolation;
|
||||
|
|
|
|||
|
|
@ -5,9 +5,7 @@ namespace App\Tests\Services\Parts;
|
|||
use App\Entity\Parts\Part;
|
||||
use App\Entity\Parts\PartLot;
|
||||
use App\Entity\Parts\Storelocation;
|
||||
use App\Services\ElementTypeNameGenerator;
|
||||
use App\Services\Parts\PartLotWithdrawAddHelper;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class TestPartLot extends PartLot
|
||||
|
|
|
|||
|
|
@ -21,9 +21,7 @@
|
|||
namespace App\Tests\Services\ProjectSystem;
|
||||
|
||||
use App\Entity\ProjectSystem\Project;
|
||||
use App\Services\Parts\PricedetailHelper;
|
||||
use App\Services\ProjectSystem\ProjectBuildPartHelper;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class ProjectBuildPartHelperTest extends WebTestCase
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ namespace App\Tests\Services\UserSystem;
|
|||
use App\Entity\UserSystem\PermissionData;
|
||||
use App\Security\Interfaces\HasPermissionsInterface;
|
||||
use App\Services\UserSystem\PermissionSchemaUpdater;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class TestPermissionHolder implements HasPermissionsInterface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue