mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-13 02:38:34 +01:00
Ran rector and made tests final
This commit is contained in:
@@ -27,7 +27,7 @@ use App\Entity\Parts\Category;
|
||||
use App\Serializer\StructuralElementDenormalizer;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class StructuralElementDenormalizerTest extends WebTestCase
|
||||
final class StructuralElementDenormalizerTest extends WebTestCase
|
||||
{
|
||||
|
||||
/** @var StructuralElementDenormalizer */
|
||||
|
||||
Reference in New Issue
Block a user