Skip to content

Commit

Permalink
Add test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Jun 4, 2024
1 parent 21dd47c commit b510392
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Fields/BlueprintTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ public function converts_to_array_suitable_for_rendering_fields_in_publish_compo
'instructions' => 'One instructions',
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'visibility' => 'visible',
'replicator_preview' => true,
'duplicate' => true,
Expand Down Expand Up @@ -556,6 +557,7 @@ public function converts_to_array_suitable_for_rendering_prefixed_conditional_fi
'instructions' => null,
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'visibility' => 'visible',
'replicator_preview' => true,
'duplicate' => true,
Expand All @@ -581,6 +583,7 @@ public function converts_to_array_suitable_for_rendering_prefixed_conditional_fi
'instructions' => null,
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'visibility' => 'visible',
'replicator_preview' => true,
'duplicate' => true,
Expand Down
4 changes: 4 additions & 0 deletions tests/Fields/FieldsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ public function converts_to_array_suitable_for_rendering_fields_in_publish_compo
'hide_display' => false,
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'replicator_preview' => true,
'duplicate' => true,
],
Expand All @@ -452,6 +453,7 @@ public function converts_to_array_suitable_for_rendering_fields_in_publish_compo
'hide_display' => false,
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'replicator_preview' => true,
'duplicate' => true,
],
Expand Down Expand Up @@ -516,6 +518,7 @@ public function converts_to_array_suitable_for_rendering_prefixed_conditional_fi
'hide_display' => false,
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'replicator_preview' => true,
'duplicate' => true,
],
Expand All @@ -541,6 +544,7 @@ public function converts_to_array_suitable_for_rendering_prefixed_conditional_fi
'hide_display' => false,
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'replicator_preview' => true,
'duplicate' => true,
],
Expand Down
2 changes: 2 additions & 0 deletions tests/Fields/TabTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public function converts_to_array_suitable_for_rendering_fields_in_publish_compo
'instructions' => 'One instructions',
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'visibility' => 'visible',
'replicator_preview' => true,
'duplicate' => true,
Expand All @@ -171,6 +172,7 @@ public function converts_to_array_suitable_for_rendering_fields_in_publish_compo
'instructions' => 'Two instructions',
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'visibility' => 'visible',
'replicator_preview' => true,
'duplicate' => true,
Expand Down
1 change: 1 addition & 0 deletions tests/Fieldtypes/NestedFieldsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public function preProcess($data)
'instructions' => 'Some instructions',
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'visibility' => 'visible',
'replicator_preview' => true,
'duplicate' => true,
Expand Down
3 changes: 3 additions & 0 deletions tests/Fieldtypes/SetsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ public function it_preprocesses_for_config_with_groups()
'instructions' => null,
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'visibility' => 'visible',
'replicator_preview' => true,
'duplicate' => true,
Expand Down Expand Up @@ -254,6 +255,7 @@ public function it_preprocesses_for_config_with_groups()
'instructions' => null,
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'visibility' => 'visible',
'replicator_preview' => true,
'duplicate' => true,
Expand Down Expand Up @@ -313,6 +315,7 @@ public function it_preprocesses_for_config_without_groups()
'instructions' => null,
'instructions_position' => 'above',
'listable' => 'hidden',
'sortable' => true,
'visibility' => 'visible',
'replicator_preview' => true,
'duplicate' => true,
Expand Down

0 comments on commit b510392

Please sign in to comment.