mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 14:06:45 +01:00
Ran rector and made tests final
This commit is contained in:
@@ -30,7 +30,7 @@ use App\Serializer\StructuralElementNormalizer;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
|
||||
|
||||
class StructuralElementNormalizerTest extends WebTestCase
|
||||
final class StructuralElementNormalizerTest extends WebTestCase
|
||||
{
|
||||
|
||||
/** @var StructuralElementNormalizer */
|
||||
|
||||
Reference in New Issue
Block a user