Skip to content

Commit

Permalink
expected test files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Nov 19, 2024
1 parent eaa0db2 commit b2e63b7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
16 changes: 12 additions & 4 deletions tests/Integration/Model/TagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ public function testAddContainerTagSuccessMinimal()
'uiControl' => 'textarea',
'uiControlAttributes' =>
[
'spellcheck' => 'false'
],
'availableValues' => null,
'description' => 'This tag is ideal when you need to add for example custom styles or custom JavaScript or when you are looking for a specific tag which is not yet supported. With this tag you can append any HTML to the bottom of your page, add styles, or execute JavaScript. Note: You can replace content within the HTML with variables by putting a variable name in curly brackets like this {{PageUrl}}.',
Expand All @@ -293,7 +294,8 @@ public function testAddContainerTagSuccessMinimal()
'defaultValue' => 'bodyEnd',
'type' => 'string',
'uiControl' => 'select',
'uiControlAttributes' => [],
'uiControlAttributes' => [
],
'availableValues' => [
'headStart' => 'Head Start',
'headEnd' => 'Head End',
Expand Down Expand Up @@ -369,6 +371,7 @@ public function testAddContainerTagSuccessFull()
'uiControl' => 'textarea',
'uiControlAttributes' =>
[
'spellcheck' => 'false'
],
'availableValues' => null,
'description' => 'This tag is ideal when you need to add for example custom styles or custom JavaScript or when you are looking for a specific tag which is not yet supported. With this tag you can append any HTML to the bottom of your page, add styles, or execute JavaScript. Note: You can replace content within the HTML with variables by putting a variable name in curly brackets like this {{PageUrl}}.',
Expand All @@ -388,7 +391,8 @@ public function testAddContainerTagSuccessFull()
'defaultValue' => 'bodyEnd',
'type' => 'string',
'uiControl' => 'select',
'uiControlAttributes' => [],
'uiControlAttributes' => [
],
'availableValues' => [
'headStart' => 'Head Start',
'headEnd' => 'Head End',
Expand Down Expand Up @@ -560,6 +564,7 @@ public function testUpdateContainerTagSuccess()
'uiControl' => 'textarea',
'uiControlAttributes' =>
[
'spellcheck' => 'false'
],
'availableValues' => null,
'description' => 'This tag is ideal when you need to add for example custom styles or custom JavaScript or when you are looking for a specific tag which is not yet supported. With this tag you can append any HTML to the bottom of your page, add styles, or execute JavaScript. Note: You can replace content within the HTML with variables by putting a variable name in curly brackets like this {{PageUrl}}.',
Expand All @@ -579,7 +584,8 @@ public function testUpdateContainerTagSuccess()
'defaultValue' => 'bodyEnd',
'type' => 'string',
'uiControl' => 'select',
'uiControlAttributes' => [],
'uiControlAttributes' => [
],
'availableValues' => [
'headStart' => 'Head Start',
'headEnd' => 'Head End',
Expand Down Expand Up @@ -926,6 +932,7 @@ public function testUpdateParametersSuccess()
'uiControl' => 'textarea',
'uiControlAttributes' =>
[
'spellcheck' => 'false'
],
'availableValues' => null,
'description' => 'This tag is ideal when you need to add for example custom styles or custom JavaScript or when you are looking for a specific tag which is not yet supported. With this tag you can append any HTML to the bottom of your page, add styles, or execute JavaScript. Note: You can replace content within the HTML with variables by putting a variable name in curly brackets like this {{PageUrl}}.',
Expand All @@ -945,7 +952,8 @@ public function testUpdateParametersSuccess()
'defaultValue' => 'bodyEnd',
'type' => 'string',
'uiControl' => 'select',
'uiControlAttributes' => [],
'uiControlAttributes' => [
],
'availableValues' => [
'headStart' => 'Head Start',
'headEnd' => 'Head End',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<type>string</type>
<uiControl>textarea</uiControl>
<uiControlAttributes>
<spellcheck>false</spellcheck>
</uiControlAttributes>
<availableValues />
<description>This tag is ideal when you need to add for example custom styles or custom JavaScript or when you are looking for a specific tag which is not yet supported. With this tag you can append any HTML to the bottom of your page, add styles, or execute JavaScript. Note: You can replace content within the HTML with variables by putting a variable name in curly brackets like this {{PageUrl}}.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<type>string</type>
<uiControl>textarea</uiControl>
<uiControlAttributes>
<spellcheck>false</spellcheck>
</uiControlAttributes>
<availableValues />
<description>This tag is ideal when you need to add for example custom styles or custom JavaScript or when you are looking for a specific tag which is not yet supported. With this tag you can append any HTML to the bottom of your page, add styles, or execute JavaScript. Note: You can replace content within the HTML with variables by putting a variable name in curly brackets like this {{PageUrl}}.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1650,6 +1650,7 @@
<type>string</type>
<uiControl>textarea</uiControl>
<uiControlAttributes>
<spellcheck>false</spellcheck>
</uiControlAttributes>
<availableValues />
<description>This tag is ideal when you need to add for example custom styles or custom JavaScript or when you are looking for a specific tag which is not yet supported. With this tag you can append any HTML to the bottom of your page, add styles, or execute JavaScript. Note: You can replace content within the HTML with variables by putting a variable name in curly brackets like this {{PageUrl}}.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<type>string</type>
<uiControl>textarea</uiControl>
<uiControlAttributes>
<spellcheck>false</spellcheck>
</uiControlAttributes>
<availableValues />
<description>This tag is ideal when you need to add for example custom styles or custom JavaScript or when you are looking for a specific tag which is not yet supported. With this tag you can append any HTML to the bottom of your page, add styles, or execute JavaScript. Note: You can replace content within the HTML with variables by putting a variable name in curly brackets like this {{PageUrl}}.</description>
Expand Down Expand Up @@ -133,6 +134,7 @@
<type>string</type>
<uiControl>textarea</uiControl>
<uiControlAttributes>
<spellcheck>false</spellcheck>
</uiControlAttributes>
<availableValues />
<description>This tag is ideal when you need to add for example custom styles or custom JavaScript or when you are looking for a specific tag which is not yet supported. With this tag you can append any HTML to the bottom of your page, add styles, or execute JavaScript. Note: You can replace content within the HTML with variables by putting a variable name in curly brackets like this {{PageUrl}}.</description>
Expand Down

0 comments on commit b2e63b7

Please sign in to comment.