Skip to content

Commit 8a92eb2

Browse files
committed
remove unused code
1 parent 7f7d4be commit 8a92eb2

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

api/tests/Api/ContentNodes/ColumnLayout/CreateColumnLayoutTest.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Tests\Api\ContentNodes\ColumnLayout;
44

5-
use ApiPlatform\Core\Api\OperationType;
65
use App\Entity\ContentNode\ColumnLayout;
76
use App\Tests\Api\ContentNodes\CreateContentNodeTestCase;
87

@@ -168,18 +167,4 @@ public function getExampleWritePayload($attributes = [], $except = []) {
168167
$except
169168
);
170169
}
171-
172-
/*
173-
public function getExampleReadPayload($attributes = [], $except = []) {
174-
return $this->getExamplePayload(
175-
ColumnLayout::class,
176-
OperationType::ITEM,
177-
'get',
178-
array_merge([
179-
'columns' => [['slot' => '1', 'width' => 12]],
180-
], $attributes),
181-
['parent', 'contentType'],
182-
$except
183-
);
184-
}*/
185170
}

0 commit comments

Comments
 (0)