Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / yaml / Tests / Fixtures / sfTests.yml
index a427be1c846909f69eb10c8c37964fe65df4f3fa..2a0b9c8741ccd5e6925cf3fcff266a0e8810e4c1 100644 (file)
@@ -96,15 +96,6 @@ yaml: |
 php: |
   array('foo', array('bar' => array('bar' => 'foo')))
 ---
-test: A sequence with an unordered array
-brief: >
-  A sequence with an unordered array
-yaml: |
-  1: foo
-  0: bar
-php: |
-  array(1 => 'foo', 0 => 'bar')
----
 test: Octal
 brief: as in spec example 2.19, octal value is converted
 yaml: |