aboutsummaryrefslogtreecommitdiffstats
path: root/tests/RUNNING_TESTS.md
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-06-29 18:42:17 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-07-02 00:50:15 +0530
commit89393e11e8e10632520dc80dab638635d773e643 (patch)
treecc4e5235324c856fa7161a525d579828f6b0cdb8 /tests/RUNNING_TESTS.md
parent9c9f09d640d12400a15a6001b7e8fad597f3f65b (diff)
downloadforums-89393e11e8e10632520dc80dab638635d773e643.tar
forums-89393e11e8e10632520dc80dab638635d773e643.tar.gz
forums-89393e11e8e10632520dc80dab638635d773e643.tar.bz2
forums-89393e11e8e10632520dc80dab638635d773e643.tar.xz
forums-89393e11e8e10632520dc80dab638635d773e643.zip
[ticket/10838] Remove php 5.4 and builtin server references
PHPBB3-10838
Diffstat (limited to 'tests/RUNNING_TESTS.md')
-rw-r--r--tests/RUNNING_TESTS.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/RUNNING_TESTS.md b/tests/RUNNING_TESTS.md
index d43e503e03..a6448c9b09 100644
--- a/tests/RUNNING_TESTS.md
+++ b/tests/RUNNING_TESTS.md
@@ -127,8 +127,7 @@ Running
=======
Running the tests requires your phpBB3 repository to be accessible through a
-local web server. As of PHP 5.4 a builtin webserver is available. If you are
-on PHP 5.3 you will also need to supply the URL to a webserver of your own in
+local web server. You will need to supply the URL to the webserver in
the 'tests/test_config.php' file. This is as simple as defining the
'$phpbb_functional_url' variable, which contains the URL for the directory containing
the board. Make sure you include the trailing slash. Note that without extensive
@@ -137,11 +136,6 @@ on which to run tests.
$phpbb_functional_url = 'http://localhost/phpBB3/';
-On PHP 5.4 you do not need the $phpbb_functional_url parameter but you can
-configure the port the builtin webserver runs on using
-
- $phpbb_functional_port = 8000;
-
To then run the tests, you run PHPUnit, but use the phpunit.xml.functional
config file instead of the default one. Specify this through the "-c" option: