diff options
Diffstat (limited to 'modules/simpletest/tests/common_test_info.txt')
-rw-r--r-- | modules/simpletest/tests/common_test_info.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/simpletest/tests/common_test_info.txt b/modules/simpletest/tests/common_test_info.txt deleted file mode 100644 index ae217b91703..00000000000 --- a/modules/simpletest/tests/common_test_info.txt +++ /dev/null @@ -1,9 +0,0 @@ -; Test parsing with a simple string. -simple_string = A simple string - -; Test that constants can be used as values. -simple_constant = WATCHDOG_INFO - -; After parsing the .info file, 'double_colon' should hold the literal value. -; Parsing should not throw a fatal error or try to access a class constant. -double_colon = dummyClassName:: |