diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-02 23:54:59 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-02 23:54:59 -0500 |
commit | df78c616aadf57ebb00988b299b34d39b558fda1 (patch) | |
tree | 035ee646a2916a9af5c920d56e9241131891fd22 /tests | |
parent | dd36b128e80112ba47ae51dca47702209e8aac18 (diff) | |
download | forums-df78c616aadf57ebb00988b299b34d39b558fda1.tar forums-df78c616aadf57ebb00988b299b34d39b558fda1.tar.gz forums-df78c616aadf57ebb00988b299b34d39b558fda1.tar.bz2 forums-df78c616aadf57ebb00988b299b34d39b558fda1.tar.xz forums-df78c616aadf57ebb00988b299b34d39b558fda1.zip |
[ticket/9983] Indeed, it is <?php.
PHPBB3-9983
Diffstat (limited to 'tests')
-rw-r--r-- | tests/RUNNING_TESTS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/RUNNING_TESTS.txt b/tests/RUNNING_TESTS.txt index 11617964cb..395cf1240a 100644 --- a/tests/RUNNING_TESTS.txt +++ b/tests/RUNNING_TESTS.txt @@ -79,7 +79,7 @@ In order to run tests for the Redis cache driver, at least one of Redis host or port must be specified in test configuration. This can be done via test_config.php as follows: - <? + <?php $redis_host = 'localhost'; $redis_port = 6379; |