Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into ZF2-377
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-mabe committed Jul 17, 2012
5 parents e2e6ee0 + bd53446 + bfcf88b + 62fffaa + 075b3a5 commit 869024d
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions test/JsonXmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -562,40 +562,40 @@ public static function providerNestingDepthIsHandledProperly()
{
$xmlStringContents = <<<EOT
<response>
<status>success</status>
<description>200 OK</description>
<message_type>
<system_name>A</system_name>
<shortname>B</shortname>
<long_name>C</long_name>
<as_verb>D</as_verb>
<as_noun>E</as_noun>
<challenge_phrase>F</challenge_phrase>
<recipient_details>G</recipient_details>
<sender_details>H</sender_details>
<example_text>A</example_text>
<short_description>B</short_description>
<long_description>C</long_description>
<version>D</version>
<developer>E</developer>
<config_instructions>A</config_instructions>
<config_fragment>B</config_fragment>
<icon_small>C</icon_small>
<icon_medium>D</icon_medium>
<icon_large>E</icon_large>
<defaults>
<close_rules>
<after_responses>A</after_responses>
</close_rules>
<recipient_visibility>B</recipient_visibility>
<recipient_invite>C</recipient_invite>
<results_visibility>A</results_visibility>
<response_visibility>B</response_visibility>
<recipient_resubmit>C</recipient_resubmit>
<feed_status>D</feed_status>
</defaults>
</message_type>
<execution_time>0.0790269374847</execution_time>
<status>success</status>
<description>200 OK</description>
<message_type>
<system_name>A</system_name>
<shortname>B</shortname>
<long_name>C</long_name>
<as_verb>D</as_verb>
<as_noun>E</as_noun>
<challenge_phrase>F</challenge_phrase>
<recipient_details>G</recipient_details>
<sender_details>H</sender_details>
<example_text>A</example_text>
<short_description>B</short_description>
<long_description>C</long_description>
<version>D</version>
<developer>E</developer>
<config_instructions>A</config_instructions>
<config_fragment>B</config_fragment>
<icon_small>C</icon_small>
<icon_medium>D</icon_medium>
<icon_large>E</icon_large>
<defaults>
<close_rules>
<after_responses>A</after_responses>
</close_rules>
<recipient_visibility>B</recipient_visibility>
<recipient_invite>C</recipient_invite>
<results_visibility>A</results_visibility>
<response_visibility>B</response_visibility>
<recipient_resubmit>C</recipient_resubmit>
<feed_status>D</feed_status>
</defaults>
</message_type>
<execution_time>0.0790269374847</execution_time>
</response>
EOT;
return array(array($xmlStringContents));
Expand Down

0 comments on commit 869024d

Please sign in to comment.