Update tests/README.txt to reflect the new tests directory structure. props jdgrimes. fixes #25133.

git-svn-id: https://develop.svn.wordpress.org/trunk@25199 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-08-31 13:42:56 +00:00
parent 788973ffb2
commit 59989c2de0

View File

@ -6,9 +6,9 @@ The short version:
3. $ svn up
4. Run the tests from the "trunk/tests" directory:
4. Run the tests from the "trunk" directory:
To execute a particular test:
$ phpunit tests/test_case.php
$ phpunit tests/phpunit/tests/test_case.php
To execute all tests:
$ phpunit