Skip to content

Commit 74ef9b9

Browse files
committed
merged branch mdemirci/2.0 (PR symfony#2937)
Commits ------- 5a6c989 FrameworkBundle: Adding test-attribute in xsd-schema to write functional-tests if using xml-configurations Discussion ---------- [FrameworkBundle] Adding test-attribute in xsd-schema to write functional-tests if using xml-configurations
2 parents 3dd1072 + 5a6c989 commit 74ef9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<xsd:attribute name="trust-proxy-headers" type="xsd:string" />
2626
<xsd:attribute name="ide" type="xsd:string" />
2727
<xsd:attribute name="secret" type="xsd:string" />
28+
<xsd:attribute name="test" type="xsd:boolean" />
2829
</xsd:complexType>
2930

3031
<xsd:complexType name="form">

0 commit comments

Comments
 (0)