Skip to content

Commit 6e5a71d

Browse files
committed
cs-fix
1 parent fdd7ff7 commit 6e5a71d

File tree

7 files changed

+46
-46
lines changed

7 files changed

+46
-46
lines changed

api/tests/Api/ContentNodes/ChecklistNode/ListChecklistNodeTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ class ListChecklistNodeTest extends ListContentNodeTestCase {
1111
public function setUp(): void {
1212
parent::setUp();
1313

14-
$this->endpoint = '/content_node/checklist_nodes'.'?camp=/camps/'.static::$fixtures['campPrototype']->getId();
14+
$this->endpoint = '/content_node/checklist_nodes?camp=/camps/'.static::$fixtures['campPrototype']->getId();
1515

1616
$this->contentNodesCamp1and2 = [
17-
// $this->getIriFor('checklistNode1'),
18-
// $this->getIriFor('checklistNode3'),
17+
// $this->getIriFor('checklistNode1'),
18+
// $this->getIriFor('checklistNode3'),
1919
];
2020

2121
$this->contentNodesCampUnrelated = [
22-
// $this->getIriFor('checklistNodeCampUnrelated'),
22+
// $this->getIriFor('checklistNodeCampUnrelated'),
2323
];
2424

2525
$this->contentNodesPublicCamps = [
2626
$this->getIriFor('checklistNodeCampPrototype'),
27-
// $this->getIriFor('checklistNodeCampShared'),
27+
// $this->getIriFor('checklistNodeCampShared'),
2828
];
2929
}
3030
}

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@ class ListColumnLayoutTest extends ListContentNodeTestCase {
1111
public function setUp(): void {
1212
parent::setUp();
1313

14-
$this->endpoint = '/content_node/column_layouts'.'?camp=/camps/'.static::$fixtures['campPrototype']->getId();
14+
$this->endpoint = '/content_node/column_layouts?camp=/camps/'.static::$fixtures['campPrototype']->getId();
1515

1616
$this->contentNodesCamp1and2 = [
17-
// $this->getIriFor('columnLayout1'),
18-
// $this->getIriFor('columnLayout2'),
19-
// $this->getIriFor('columnLayoutChild1'),
20-
// $this->getIriFor('columnLayout2Child1'),
21-
// $this->getIriFor('columnLayout3'),
22-
// $this->getIriFor('columnLayout4'),
23-
// $this->getIriFor('columnLayout5'),
24-
// $this->getIriFor('columnLayout1camp2'),
25-
// $this->getIriFor('columnLayout2camp2'),
17+
// $this->getIriFor('columnLayout1'),
18+
// $this->getIriFor('columnLayout2'),
19+
// $this->getIriFor('columnLayoutChild1'),
20+
// $this->getIriFor('columnLayout2Child1'),
21+
// $this->getIriFor('columnLayout3'),
22+
// $this->getIriFor('columnLayout4'),
23+
// $this->getIriFor('columnLayout5'),
24+
// $this->getIriFor('columnLayout1camp2'),
25+
// $this->getIriFor('columnLayout2camp2'),
2626
];
2727

2828
$this->contentNodesCampUnrelated = [
29-
// $this->getIriFor('columnLayout1campUnrelated'),
30-
// $this->getIriFor('columnLayout2campUnrelated'),
29+
// $this->getIriFor('columnLayout1campUnrelated'),
30+
// $this->getIriFor('columnLayout2campUnrelated'),
3131
];
3232

3333
$this->contentNodesPublicCamps = [
3434
$this->getIriFor('columnLayout1campPrototype'),
35-
// $this->getIriFor('columnLayout2campPrototype'),
35+
// $this->getIriFor('columnLayout2campPrototype'),
3636
$this->getIriFor('columnLayout3campPrototype'),
37-
// $this->getIriFor('columnLayout1campShared'),
38-
// $this->getIriFor('columnLayout2campShared'),
39-
// $this->getIriFor('columnLayout3campShared'),
37+
// $this->getIriFor('columnLayout1campShared'),
38+
// $this->getIriFor('columnLayout2campShared'),
39+
// $this->getIriFor('columnLayout3campShared'),
4040
];
4141
}
4242
}

api/tests/Api/ContentNodes/MaterialNode/ListMaterialNodeTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ class ListMaterialNodeTest extends ListContentNodeTestCase {
1111
public function setUp(): void {
1212
parent::setUp();
1313

14-
$this->endpoint = '/content_node/material_nodes'.'?camp=/camps/'.static::$fixtures['campPrototype']->getId();
14+
$this->endpoint = '/content_node/material_nodes?camp=/camps/'.static::$fixtures['campPrototype']->getId();
1515

1616
$this->contentNodesCamp1and2 = [
17-
// $this->getIriFor('materialNode1'),
18-
// $this->getIriFor('materialNode2'),
17+
// $this->getIriFor('materialNode1'),
18+
// $this->getIriFor('materialNode2'),
1919
];
2020

2121
$this->contentNodesCampUnrelated = [
22-
// $this->getIriFor('materialNodeCampUnrelated'),
22+
// $this->getIriFor('materialNodeCampUnrelated'),
2323
];
2424

2525
$this->contentNodesPublicCamps = [
2626
$this->getIriFor('materialNodeCampPrototype'),
27-
// $this->getIriFor('materialNodeCampShared'),
27+
// $this->getIriFor('materialNodeCampShared'),
2828
];
2929
}
3030
}

api/tests/Api/ContentNodes/MultiSelect/ListMultiSelectTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ class ListMultiSelectTest extends ListContentNodeTestCase {
1111
public function setUp(): void {
1212
parent::setUp();
1313

14-
$this->endpoint = '/content_node/multi_selects'.'?camp=/camps/'.static::$fixtures['campPrototype']->getId();
14+
$this->endpoint = '/content_node/multi_selects?camp=/camps/'.static::$fixtures['campPrototype']->getId();
1515

1616
$this->contentNodesCamp1and2 = [
17-
// $this->getIriFor('multiSelect1'),
18-
// $this->getIriFor('multiSelect2'),
17+
// $this->getIriFor('multiSelect1'),
18+
// $this->getIriFor('multiSelect2'),
1919
];
2020

2121
$this->contentNodesCampUnrelated = [
22-
// $this->getIriFor('multiSelectCampUnrelated'),
22+
// $this->getIriFor('multiSelectCampUnrelated'),
2323
];
2424

2525
$this->contentNodesPublicCamps = [
2626
$this->getIriFor('multiSelectCampPrototype'),
27-
// $this->getIriFor('multiSelectCampShared'),
27+
// $this->getIriFor('multiSelectCampShared'),
2828
];
2929
}
3030
}

api/tests/Api/ContentNodes/ResponsiveLayout/ListResponsiveLayoutTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ class ListResponsiveLayoutTest extends ListContentNodeTestCase {
1111
public function setUp(): void {
1212
parent::setUp();
1313

14-
$this->endpoint = '/content_node/responsive_layouts'.'?camp=/camps/'.static::$fixtures['campPrototype']->getId();
14+
$this->endpoint = '/content_node/responsive_layouts?camp=/camps/'.static::$fixtures['campPrototype']->getId();
1515

1616
$this->contentNodesCamp1and2 = [
17-
// $this->getIriFor('responsiveLayout1'),
17+
// $this->getIriFor('responsiveLayout1'),
1818
];
1919

2020
$this->contentNodesCampUnrelated = [
21-
// $this->getIriFor('responsiveLayoutCampUnrelated'),
21+
// $this->getIriFor('responsiveLayoutCampUnrelated'),
2222
];
2323

2424
$this->contentNodesPublicCamps = [
2525
$this->getIriFor('responsiveLayoutCampPrototype'),
26-
// $this->getIriFor('responsiveLayoutCampShared'),
26+
// $this->getIriFor('responsiveLayoutCampShared'),
2727
];
2828
}
2929
}

api/tests/Api/ContentNodes/SingleText/ListSingleTextTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ class ListSingleTextTest extends ListContentNodeTestCase {
1111
public function setUp(): void {
1212
parent::setUp();
1313

14-
$this->endpoint = '/content_node/single_texts'.'?camp=/camps/'.static::$fixtures['campPrototype']->getId();
14+
$this->endpoint = '/content_node/single_texts?camp=/camps/'.static::$fixtures['campPrototype']->getId();
1515

1616
$this->contentNodesCamp1and2 = [
17-
// $this->getIriFor('singleText1'),
18-
// $this->getIriFor('singleText2'),
19-
// $this->getIriFor('safetyConsiderations1'),
17+
// $this->getIriFor('singleText1'),
18+
// $this->getIriFor('singleText2'),
19+
// $this->getIriFor('safetyConsiderations1'),
2020
];
2121

2222
$this->contentNodesCampUnrelated = [
23-
// $this->getIriFor('singleTextCampUnrelated'),
23+
// $this->getIriFor('singleTextCampUnrelated'),
2424
];
2525

2626
$this->contentNodesPublicCamps = [
2727
$this->getIriFor('singleTextCampPrototype'),
28-
// $this->getIriFor('singleTextCampShared'),
28+
// $this->getIriFor('singleTextCampShared'),
2929
];
3030
}
3131
}

api/tests/Api/ContentNodes/Storyboard/ListStoryboardTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ class ListStoryboardTest extends ListContentNodeTestCase {
1111
public function setUp(): void {
1212
parent::setUp();
1313

14-
$this->endpoint = '/content_node/storyboards'.'?camp=/camps/'.static::$fixtures['campPrototype']->getId();
14+
$this->endpoint = '/content_node/storyboards?camp=/camps/'.static::$fixtures['campPrototype']->getId();
1515

1616
$this->contentNodesCamp1and2 = [
17-
// $this->getIriFor('storyboard1'),
18-
// $this->getIriFor('storyboard2'),
17+
// $this->getIriFor('storyboard1'),
18+
// $this->getIriFor('storyboard2'),
1919
];
2020

2121
$this->contentNodesCampUnrelated = [
22-
// $this->getIriFor('storyboardCampUnrelated'),
22+
// $this->getIriFor('storyboardCampUnrelated'),
2323
];
2424

2525
$this->contentNodesPublicCamps = [
2626
$this->getIriFor('storyboardCampPrototype'),
27-
// $this->getIriFor('storyboardCampShared'),
27+
// $this->getIriFor('storyboardCampShared'),
2828
];
2929
}
3030
}

0 commit comments

Comments
 (0)