You are here

config_test.types.yml in Drupal 9

core/modules/config/tests/config_test/config/install/config_test.types.yml

File

core/modules/config/tests/config_test/config/install/config_test.types.yml
View source
  1. array: []
  2. boolean: true
  3. exp: 1.2e+34
  4. float: 3.14159
  5. float_as_integer: !!float 1
  6. hex: 0xC
  7. int: 99
  8. # Symfony 5.1's YAML parser issues a deprecation when reading octal with a
  9. # leading zero, to comply with YAML 1.2. However PECL YAML is still YAML 1.1
  10. # compliant. @todo: revisit parsing of octal once PECL YAML supports YAML 1.2.
  11. # @see https://www.drupal.org/project/drupal/issues/3205480
  12. # octal: 0775
  13. string: string
  14. string_int: '1'