Skip to content

Commit 9f0c19a

Browse files
author
Eric GELOEN
committed
Add tests
1 parent 97093c0 commit 9f0c19a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
/*
4+
* This file is part of the API Platform project.
5+
*
6+
* (c) Kévin Dunglas <[email protected]>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
12+
declare(strict_types=1);
13+
14+
namespace ApiPlatform\Tests\Fixtures\TestBundle\ApiResource\Issue6276;
15+
16+
use ApiPlatform\Metadata\Delete;
17+
18+
#[Delete(deserialize: false, serialize: false)]
19+
final class SerializeResource
20+
{
21+
}

0 commit comments

Comments
 (0)