aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-05-09 18:58:31 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-05-09 19:21:40 +0200
commitf2f97dd5e06be645f830e0467737d9f23544d631 (patch)
treed3806ee36b10d651967d8d0834bf86674736aa35 /tests
parentb5b1e88915ae8ae220c62b0d27f514069c3c0249 (diff)
downloadforums-f2f97dd5e06be645f830e0467737d9f23544d631.tar
forums-f2f97dd5e06be645f830e0467737d9f23544d631.tar.gz
forums-f2f97dd5e06be645f830e0467737d9f23544d631.tar.bz2
forums-f2f97dd5e06be645f830e0467737d9f23544d631.tar.xz
forums-f2f97dd5e06be645f830e0467737d9f23544d631.zip
[ticket/11513] Update all CLI calls to phpunit to use vendor/bin.
PHPBB3-11513
Diffstat (limited to 'tests')
-rw-r--r--tests/RUNNING_TESTS.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/RUNNING_TESTS.txt b/tests/RUNNING_TESTS.txt
index de9c751238..f33fa59dc2 100644
--- a/tests/RUNNING_TESTS.txt
+++ b/tests/RUNNING_TESTS.txt
@@ -95,7 +95,7 @@ Running
Once the prerequisites are installed, run the tests from the project root
directory (above phpBB):
- $ phpunit
+ $ phpBB/vendor/bin/phpunit
Slow tests
--------------
@@ -105,7 +105,7 @@ Thus these tests are in the `slow` group, which is excluded by default. You can
enable slow tests by copying the phpunit.xml.all file to phpunit.xml. If you
only want the slow tests, run:
- $ phpunit --group slow
+ $ phpBB/vendor/bin/phpunit --group slow
More Information
================