Author: fabien
Date: 2010-03-29 12:08:13 +0200 (Mon, 29 Mar 2010)
New Revision: 28850
Modified:
branches/1.3/test/unit/i18n/extract/sfI18nYamlGeneratorExtractorTest.php
branches/1.4/test/unit/i18n/extract/sfI18nYamlGeneratorExtractorTest.php
Log:
[1.3, 1.4] forgot to commit tests for the previous patch
Modified:
branches/1.3/test/unit/i18n/extract/sfI18nYamlGeneratorExtractorTest.php
===================================================================
--- branches/1.3/test/unit/i18n/extract/sfI18nYamlGeneratorExtractorTest.php
2010-03-29 09:53:43 UTC (rev 28849)
+++ branches/1.3/test/unit/i18n/extract/sfI18nYamlGeneratorExtractorTest.php
2010-03-29 10:08:13 UTC (rev 28850)
@@ -23,20 +23,21 @@
$content = <<<EOF
generator:
param:
- fields:
- name: { name: "Global Field Name", help: "Global Help for Name" }
- list:
- title: List title
+ config:
fields:
- name: { name: "List Field Name", help: "List Help for Name" }
- edit:
- title: Edit title
- display:
- NONE: []
- First category: []
- Last category: []
- fields:
- name: { name: "Edit Field Name", help: "Edit Help for Name" }
+ name: { name: "Global Field Name", help: "Global Help for Name" }
+ list:
+ title: List title
+ fields:
+ name: { name: "List Field Name", help: "List Help for Name" }
+ edit:
+ title: Edit title
+ display:
+ NONE: []
+ First category: []
+ Last category: []
+ fields:
+ name: { name: "Edit Field Name", help: "Edit Help for Name" }
EOF;
$t->is($e->extract($content), array(
Modified:
branches/1.4/test/unit/i18n/extract/sfI18nYamlGeneratorExtractorTest.php
===================================================================
--- branches/1.4/test/unit/i18n/extract/sfI18nYamlGeneratorExtractorTest.php
2010-03-29 09:53:43 UTC (rev 28849)
+++ branches/1.4/test/unit/i18n/extract/sfI18nYamlGeneratorExtractorTest.php
2010-03-29 10:08:13 UTC (rev 28850)
@@ -23,20 +23,21 @@
$content = <<<EOF
generator:
param:
- fields:
- name: { name: "Global Field Name", help: "Global Help for Name" }
- list:
- title: List title
+ config:
fields:
- name: { name: "List Field Name", help: "List Help for Name" }
- edit:
- title: Edit title
- display:
- NONE: []
- First category: []
- Last category: []
- fields:
- name: { name: "Edit Field Name", help: "Edit Help for Name" }
+ name: { name: "Global Field Name", help: "Global Help for Name" }
+ list:
+ title: List title
+ fields:
+ name: { name: "List Field Name", help: "List Help for Name" }
+ edit:
+ title: Edit title
+ display:
+ NONE: []
+ First category: []
+ Last category: []
+ fields:
+ name: { name: "Edit Field Name", help: "Edit Help for Name" }
EOF;
$t->is($e->extract($content), array(
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.