root / drupal7 / modules / simpletest / tests / common_test_info.txt @ 1afa1695
1 | 85ad3d82 | Assos Assos | ; Test parsing with a simple string. |
---|---|---|---|
2 | simple_string = A simple string |
||
3 | |||
4 | ; Test that constants can be used as values. |
||
5 | simple_constant = WATCHDOG_INFO |
||
6 | |||
7 | ; After parsing the .info file, 'double_colon' should hold the literal value. |
||
8 | ; Parsing should not throw a fatal error or try to access a class constant. |
||
9 | double_colon = dummyClassName:: |