mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 02:14:31 +02:00
Fixed some serializer deprecations
This commit is contained in:
parent
219b57a362
commit
e57d6e508a
7 changed files with 51 additions and 27 deletions
|
@ -37,11 +37,6 @@ class StructuralElementDenormalizerTest extends WebTestCase
|
|||
$this->service = self::getContainer()->get(StructuralElementDenormalizer::class);
|
||||
}
|
||||
|
||||
public function testHasCacheableSupportsMethod(): void
|
||||
{
|
||||
$this->assertFalse($this->service->hasCacheableSupportsMethod());
|
||||
}
|
||||
|
||||
public function testSupportsDenormalization(): void
|
||||
{
|
||||
$this->assertFalse($this->service->supportsDenormalization('doesnt_matter', Category::class, 'json', ['groups' => ['import']]));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue