mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Ran rector and made tests final
This commit is contained in:
@@ -26,7 +26,7 @@ use App\Entity\ProjectSystem\Project;
|
||||
use App\Services\ProjectSystem\ProjectBuildPartHelper;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class ProjectBuildPartHelperTest extends WebTestCase
|
||||
final class ProjectBuildPartHelperTest extends WebTestCase
|
||||
{
|
||||
/** @var ProjectBuildPartHelper */
|
||||
protected $service;
|
||||
|
||||
Reference in New Issue
Block a user