aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-26 10:41:13 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-26 10:41:13 -0500
commitbc797c7da22ef1b0c68494d9a93eb23b981e2ebd (patch)
treea2031d96dc2fb612f4c41a24be4f4fed4a5911bc /tests
parentc0b3151f0d8c394ab1522332549132ffc4ca3d63 (diff)
downloadforums-bc797c7da22ef1b0c68494d9a93eb23b981e2ebd.tar
forums-bc797c7da22ef1b0c68494d9a93eb23b981e2ebd.tar.gz
forums-bc797c7da22ef1b0c68494d9a93eb23b981e2ebd.tar.bz2
forums-bc797c7da22ef1b0c68494d9a93eb23b981e2ebd.tar.xz
forums-bc797c7da22ef1b0c68494d9a93eb23b981e2ebd.zip
[ticket/11294] Capitalize phpunit.
PHPBB3-11294
Diffstat (limited to 'tests')
-rw-r--r--tests/RUNNING_TESTS.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/RUNNING_TESTS.txt b/tests/RUNNING_TESTS.txt
index 95c6b0a057..de9c751238 100644
--- a/tests/RUNNING_TESTS.txt
+++ b/tests/RUNNING_TESTS.txt
@@ -17,8 +17,8 @@ PHP extensions
Unit tests use several PHP extensions that board code does not use. Currently
the following PHP extensions must be installed and enabled to run unit tests:
-- ctype (also a phpunit dependency)
-- dom (phpunit dependency)
+- ctype (also a PHPUnit dependency)
+- dom (PHPUnit dependency)
Some of the functionality in phpBB and/or the test suite uses additional
PHP extensions. If these extensions are not loaded, respective tests
@@ -61,7 +61,7 @@ to use in the environment as follows:
$ PHPBB_TEST_CONFIG=tests/test_config.php phpunit
Alternatively you can specify parameters in the environment, so e.g. the
-following will run phpunit with the same parameters as in the shown
+following will run PHPUnit with the same parameters as in the shown
test_config.php file:
$ PHPBB_TEST_DBMS='mysqli' PHPBB_TEST_DBHOST='localhost' \