diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-06-28 01:46:48 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-07-07 01:02:29 +0200 |
commit | afffec81847c3414c7e33a3b83cd750853aafddd (patch) | |
tree | 9ad2b83c08e48caf500fae8ad6452d02b10f6bda /tests/fixtures/config.php | |
parent | 1d966fbc86db47c3518b35de849cad3a1f295e71 (diff) | |
download | forums-afffec81847c3414c7e33a3b83cd750853aafddd.tar forums-afffec81847c3414c7e33a3b83cd750853aafddd.tar.gz forums-afffec81847c3414c7e33a3b83cd750853aafddd.tar.bz2 forums-afffec81847c3414c7e33a3b83cd750853aafddd.tar.xz forums-afffec81847c3414c7e33a3b83cd750853aafddd.zip |
[ticket/12775] Add tests for \phpbb\config_php
PHPBB3-12775
Diffstat (limited to 'tests/fixtures/config.php')
-rw-r--r-- | tests/fixtures/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fixtures/config.php b/tests/fixtures/config.php new file mode 100644 index 0000000000..ae9e8c22de --- /dev/null +++ b/tests/fixtures/config.php @@ -0,0 +1,3 @@ +<?php +$foo = 'bar'; +$foo_foo = 'bar bar'; |